From 13774af03212266507af7f6b722978dd5db538e5 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 21 Dec 2024 16:08:49 +0100 Subject: hosts/ahmed: Update nixpkgs inputs when rebooting --- hosts/ahmed/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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"; -- cgit v1.2.3