From 915b6bc2a0985f58156c8bc11084f7e486d9bd83 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Tue, 16 Apr 2024 18:35:57 +0200 Subject: [PATCH] updated --- template/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/flake.nix b/template/flake.nix index 9b4f043..6f1dc24 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -39,7 +39,7 @@ apps.${system} = { install = { program = "${pkgs.writeShellScript "install" '' - sudo nix run ${inputs.disko} -- --mode disko ${./system/disko.nix} --experimental-features "nix-command flakes" + sudo nix run --experimental-features "nix-command flakes" ${inputs.disko} -- --mode disko ${./system/disko.nix} sudo nixos-generate-config --force --no-filesystems --root /mnt --dir ./system sudo nixos-install --no-root-password --root /mnt --flake ${self}#nixos ''}";