base/auto-upgrade: fetch input urls from flake

This commit is contained in:
2025-05-30 19:02:34 +02:00
parent 48a5f4e79e
commit e387656be8
2 changed files with 17 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
description = "PVV System flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small"; # remember to also update the url in base/services/auto-upgrade.nix
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
sops-nix.url = "github:Mic92/sops-nix";