base/auto-upgrade: switch ref back to main
All checks were successful
Eval nix flake / evals (push) Successful in 4m34s

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-22 23:03:58 +01:00
parent 882a8f2e88
commit 4507ffe2ab
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -2,7 +2,7 @@
{
system.autoUpgrade = {
enable = true;
flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git?ref=24.11";
flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git";
flags = [
# --update-input is deprecated since nix 2.22, and removed in lix 2.90
# https://git.lix.systems/lix-project/lix/issues/400