From e6b547ce9b618ff7e7a57513305fe95e03367b70 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Tue, 16 Apr 2024 18:34:09 +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 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 ''}";