From dad210a122644745599fad9b193142ebbbd2e2b6 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 9 Dec 2022 03:21:18 +0100 Subject: [PATCH] base: autoUpgrade - simplify flake url, add unstable to upgraded inputs --- base.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base.nix b/base.nix index e879f2d..33bd09b 100644 --- a/base.nix +++ b/base.nix @@ -18,9 +18,10 @@ system.autoUpgrade = { enable = true; - flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git?ref=main"; + flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git"; flags = [ "--update-input" "nixpkgs" + "--update-input" "unstable" "--no-write-lock-file" ]; };