Compare commits

...

No commits in common. "central" and "central" have entirely different histories.

21 changed files with 2 additions and 88 deletions

3
.envrc
View File

@ -1,3 +0,0 @@
#!/usr/bin/env direnv
# File declaring direnv <https://direnv.net> hook to set up the standard environment per directory
use nix

9
.gitignore vendored
View File

@ -1,9 +0,0 @@
# Nextcloud
.owncloudsync.log
.sync_*.db
.sync_*.db-shm
.sync_*.db-wal
# Vscodium extensions
## CodeRunner
tempCodeRunnerFile.*

13
.gitmodules vendored
View File

@ -1,13 +0,0 @@
# Editors
## VsCodium
[submodule "20-editors/vscodium"]
path = 20-editors/vscodium
url = gitea@git.dotya.ml:RiXotStudio/std-vscodium.git
# Environments
## Standard Nix
[submodule "25-env/nix"]
path = 25-env/nix
url = gitea@git.dotya.ml:RiXotStudio/std-nixenv.git
branch = central

View File

@ -1 +0,0 @@
Repository containing documentation relevant to the project

@ -1 +0,0 @@
Subproject commit 992097f42bde645992c7472c2b66ca90ca62d78b

View File

@ -1 +0,0 @@
Directory handling standardized editor configuration separated by solution

@ -1 +0,0 @@
Subproject commit 543eedebef407a76ae0071ab0e977218b4d5f07b

View File

@ -1 +0,0 @@
Directory containing files that define environment

View File

@ -1 +0,0 @@
Directory containing source files used in our subsidiaries

View File

View File

@ -1,3 +0,0 @@
# Infrastracture of RiXotStudio
This directory governs our infrastracture-as-code that governs our systems separated per used solution

View File

@ -1 +0,0 @@
Directory containing project maintained by the RiXotStudio's Counsil

View File

@ -1 +0,0 @@
Directory containing relevant website source code

View File

@ -1,10 +0,0 @@
### How to work with the source code
This is a [**monorepository** ](https://en.wikipedia.org/wiki/Monorepo) composed of multiple git repositories that are defined as git submodules to increase the likelyhood of clean commit history and controlled project management for mission critical usage.
The git submodules are designed to be independent from one another and each provide a standardized:
1. development environment (e.g. dependencies needed to work with the project)
2. relevant software configuration (e.g. text editor configurationTo utilize these
Refer to your system administrator or developer for instructions on how to set up reproducible environment in this project or create an issue tracking in our issue tracker in case we didn't provide the required standardization for solution that is capable of [**reproducible builds**](https://en.wikipedia.org/wiki/Reproducible_builds).

1
LICENSE.md Normal file
View File

@ -0,0 +1 @@
Copyright (C) All rights reserved in 11/08/2010 by Jacob "Kreyren" Hrbek the holder of gpg key with the identifier `rsa4096/0x3E0E1A60C82873AD`

View File

@ -1,9 +0,0 @@
# The Cargo-Make <https://github.com/sagiegurari/cargo-make> file used to interact with the repository
[tasks.hello]
description = "says hello"
category = "Tools"
script = '''
#!@shell
echo hello
'''

1
README.md Normal file
View File

@ -0,0 +1 @@
# RiXotStudio

View File

@ -1 +0,0 @@
Directory containing relevant scripts used to manage the repository and separated by language

View File

@ -1,20 +0,0 @@
#!/usr/bin/env nix-shell
# NixOS shell configuration to bootstrap the required dependencies to work with the source code
{
sources ? import ./25-env/nix/niv/sources.nix,
nixpkgs ? import sources.nixpkgs {}
}:
with nixpkgs;
stdenv.mkDerivation {
name = "RiXotStudio";
buildInputs = [
niv # Used to update the pinning of nix environment for packages
cargo-make # USed to interpret `Makefile.toml` to interact with the repository
];
shellHook = ''
# Output status update
printf "\\n%s\\n" "Standard RiXotStudio development environment has been set up"
'';
}

View File

@ -1,9 +0,0 @@
START OF LICENSE
All rights reserved (C) by Jacob "Kreyren" Hrbek in 11/08/2010 the holder of the public gpg identifier `rsa4096/0x3E0E1A60C82873AD`
END OF LICENSE
---
WIP-LICENSE(Krey): TBD

View File

@ -1,3 +0,0 @@
# RiXotStudio SCE, w.i.p.
European Cooperative Society responsible for governance of it's subsidiaries