drop when #332699 is used: Use nixpkgs taler branch

This commit is contained in:
2024-11-17 01:14:06 +01:00
committed by System administrator
parent 14c1365758
commit 767d233dd6
2 changed files with 2 additions and 2 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-unstable-small"; # remember to also update the url in base/services/auto-upgrade.nix
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
sops-nix.url = "github:Mic92/sops-nix";