diff options
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r-- | hosts/ahmed/configuration.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 81fc77a..f3a7981 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -100,7 +100,15 @@ enable = true; flake = "github:linnnus/nix-monorepo"; flags = [ - "-L" # print build logs + # Update nixpkgs inputs to recieve security patches and such. + # Since the updated lockfile isn't commited, we still have to bump manually also. + "--update-input" + "nixpkgs" + "--update-input" + "nixpkgs-unstable" + + # Print build logs. + "-L" ]; dates = "02:00"; randomizedDelaySec = "45min"; |