Commit 379399a5fbd7

Vincent Demeester <vincent@sbr.pm>
2020-05-21 14:38:57
instal.sh: run nixos-install :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 65e475f
Changed files (1)
install.sh
@@ -50,4 +50,9 @@ nixos-generate-config --root /mnt
 set +x
 echo "Run the following:"
 echo "- populate assets/ folder"
-echo "- (once ready) nixos-install"
+echo "- do last minutes changes"
+echo "Once you are done, just exit the shell (C-D or exit)"
+bash
+
+echo "Run nixos-install"
+nixos-install --channel $(nix eval --raw '(import nix/sources.nix).nixos.outPath') --no-channel-copy