From ea2baddadb7ab82baabc92a4ad4ed03765ea10f7 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Tue, 16 Apr 2024 18:30:01 +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 05d9594..be6bbca 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -39,7 +39,7 @@ apps.${system} = { install = { program = "${pkgs.writeShellScript "install" '' - sudo run ${inputs.disko} -- --mode disko ${./system/disko.nix} + sudo run ${inputs.disko}#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 ''}";