diff --git a/profiles/auto-upgrade.nix b/profiles/auto-upgrade.nix index 9cde7d9..d628924 100644 --- a/profiles/auto-upgrade.nix +++ b/profiles/auto-upgrade.nix @@ -26,6 +26,10 @@ #system.autoUpgrade.flake = "github:pbsds/nix-config"; # TODO: use this instead? system.autoUpgrade.flags = [ "--recreate-lock-file" # fetch new inputs + #"--update-input" "nixpkgs" + #"--update-input" "unstable" + #"--update-input" "home-manager" + #"--update-input" "nixos-hardware" "--no-write-lock-file" # no write new flakelock, as the in-store flake is read-only "-L" # print build logs ];