Commit ac8d291322e2
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}' $@