From bd9247900f68df9ffcdbb8123f75318fa02a2382 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Wed, 29 Mar 2023 22:43:44 +0000 Subject: [PATCH] add basic build instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75e7afd..df74921 100644 --- a/README.md +++ b/README.md @@ -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 check for syntax errors + + +add the nixos channel 22.11 + `nix-build '' -A config.system.build.isoImage -I nixos-config=default.nix`