diff --git a/template/flake.nix b/template/flake.nix index be6bbca..033d99a 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -39,7 +39,7 @@ apps.${system} = { install = { program = "${pkgs.writeShellScript "install" '' - sudo run ${inputs.disko}#disko -- --mode disko ${./system/disko.nix} + sudo nix run ${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 ''}";