Commit ac8d291322e2

Vincent Demeester <vincent@sbr.pm>
2025-04-17 00:03:51
Add a very simple install.sh script…
Not sure how useful it will be, but lets see Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent df23809
Changed files (1)
install.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env
+# Install a new system
+
+SYSTEM=$1
+shift
+
+nix --extra-experimental-features "nix-command flakes" run \
+    'github:nix-community/disko/latest#disko-install' -- \
+    --flake '.#${SYSTEM}' $@