From 89e46d89584f31e92bf9c4331960e6b5ea373560 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Thu, 30 Mar 2023 03:52:33 +0000 Subject: [PATCH] instructions to install nix --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46cbe56..e252633 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,18 @@ to check for syntax errors, run `nix repl replEval.nix` and once inside the repl check for syntax errors # Setup for not nixos +Install nix on your system following the instructions here: +https://nixos.org/download.html + Add the nixos 22.11 channel to your system, since we're basing on the latest stable branch for now. `nix-channel --add https://nixos.org/channels/nixos-22.11 nixos` + Enable flakes, as we're using a flake for our build process. ``` mkdir -p ~/.config/nix echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf ``` - ## Building and Running ### VM To build the VM: