From aa165f834872c7d37521ed8d96322d737167feb1 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Tue, 8 Oct 2024 14:29:34 +0200 Subject: [PATCH] kvernberg: temporarily autoupgrade to this branch DROP BEFORE MERGE --- base/services/auto-upgrade.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/services/auto-upgrade.nix b/base/services/auto-upgrade.nix index 7e8e982..fae8bb8 100644 --- a/base/services/auto-upgrade.nix +++ b/base/services/auto-upgrade.nix @@ -2,7 +2,7 @@ { system.autoUpgrade = { enable = true; - flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git"; + flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git?ref=pvvvvv"; flags = [ # --update-input is deprecated since nix 2.22, and removed in lix 2.90 # https://git.lix.systems/lix-project/lix/issues/400