add basic build instructions
This commit is contained in:
parent
d1dc7fcc41
commit
bd9247900f
|
@ -4,3 +4,7 @@ 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
|
to check for syntax errors, run `nix repl replEval.nix` and once inside the repl, run `imported` to
|
||||||
check for syntax errors
|
check for syntax errors
|
||||||
|
|
||||||
|
|
||||||
|
add the nixos channel 22.11
|
||||||
|
`nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=default.nix`
|
||||||
|
|
Loading…
Reference in a new issue