new OS based on nix :3
Go to file
TakeV de6dc1d221
Add guix manifest to run nix (Sorry nix users)
2023-03-29 16:39:57 -07:00
hosts added qemu host and set it as default in the config template 2023-03-29 17:16:49 +00:00
modules formatting 2023-03-29 06:31:13 +00:00
saturn fixed template 2023-03-29 23:08:54 +00:00
.gitignore add system.nix to gitignore 2023-03-29 06:46:17 +00:00
LICENSE Initial commit 2023-03-15 02:12:00 -04:00
README.md add basic build instructions 2023-03-29 22:43:44 +00:00
TODO.md updated todo 2023-03-29 06:31:51 +00:00
configuration.nix chagne instructions to symlink 2023-03-26 17:28:09 +00:00
default.nix fix variable name 2023-03-29 23:19:28 +00:00
home.nix added some tools / armcord 2023-03-26 02:09:53 +00:00
manifest.scm Add guix manifest to run nix (Sorry nix users) 2023-03-29 16:39:57 -07:00
replEval.nix added replEval for checking syntax errors 2023-03-27 20:52:02 +00:00

README.md

saturnOS

this is the basis of the saturnOS operating system ( sorry guix enjoyers )

to check for syntax errors, run nix repl replEval.nix and once inside the repl, run imported to check for syntax errors

add the nixos channel 22.11 nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=default.nix