From d208f83ebd6ab677e561a11841bbe09226ec0bca Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 11:35:18 -0400 Subject: [PATCH] lib.mkForce on the autoupgrade flake Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index 82d02f4..89de358 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -229,7 +229,7 @@ in "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINHtwvfXg/QFjMAjC4JRjlMAaGPgEfSyhpprNpqbGSJn hydra-queue-runner@palatine-hill" ]; - system.autoUpgrade.flake = "github:ahuston-0/nix-dotfiles-hydra"; + system.autoUpgrade.flake = lib.mkForce "github:ahuston-0/nix-dotfiles-hydra"; nix.gc.options = "--delete-older-than 150d";