diff --git a/template/flake.nix b/template/flake.nix index 19ff084..05d9594 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -41,7 +41,7 @@ program = "${pkgs.writeShellScript "install" '' sudo 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.outputs.nixosConfigurations.nixos} + sudo nixos-install --no-root-password --root /mnt --flake ${self}#nixos ''}"; type = "app"; };