inputs: make sops-nix/nixpkgs follow nixpkgs-unstable

deduplicates our nixpkgs instances a little
This commit is contained in:
stuebinm 2024-07-15 15:25:33 +02:00
parent 84dddea096
commit db2d353029

View file

@ -14,6 +14,7 @@
deploy-rs.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs-stable.follows = "nixpkgs";
sops-nix.inputs.nixpkgs.follows = "nixpkgs-unstable";
# these exist mostly to make the flake.lock somewhat more human-friendly
# note that in theory doing this might break things, but it seems fairly unlikely