Commit efb1e13fe312

Vincent Demeester <vincent@sbr.pm>
2025-04-17 11:40:25
Fix install.sh quotes
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 403b040
Changed files (1)
install.sh
@@ -5,4 +5,4 @@ SYSTEM=$1
 shift
 
 nix --extra-experimental-features "nix-command flakes" run \
-    'github:nix-community/disko/latest#disko-install' -- --flake '.#${SYSTEM}' $@
+    'github:nix-community/disko/latest#disko-install' -- --flake ".#${SYSTEM}" $@