diff --git a/template/flake.nix b/template/flake.nix index a63ce95..be91b82 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -39,9 +39,9 @@ apps.${system} = { install = { program = "${pkgs.writeShellScript "install" '' - sudo run github:nix-community/disko/${inputs.disko.rev} -- --mode disko ./system/disko.nix + sudo run github:nix-community/disko/${inputs.disko.rev} -- --mode disko ${./system/disko.nix} sudo nixos-generate-config --no-filesystems --force --root /mnt --dir ./system - sudo nixos-install --no-root-password --root /mnt --flake .#nixos + sudo nixos-install --no-root-password --root /mnt --flake ${self}#nixos ''}"; type = "app"; };