From f96700c370e65ef2af47c08137dc86b3e5140f19 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 27 Jun 2023 20:38:59 +0200 Subject: [PATCH] kjdsakjdsa --- profiles/auto-upgrade.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 ];