flake.nix: drop follows for nixpkg-stable on sops-nix
Was apparently removed a month ago.
Martin Weinelt committed
Dec 19, 2024 at 03:07 UTC
42cc19d1d1bc8082009b7900cec4d830507827e8
1 file changed
+1
-4
flake.nix
+1
-4
@@ -34,10 +34,7 @@
34
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
35
sops-nix = {
36
url = "github:Mic92/sops-nix";
37
- inputs = {
38
- nixpkgs.follows = "nixpkgs";
39
- nixpkgs-stable.follows = "nixpkgs";
40
- };
37
+ inputs.nixpkgs.follows = "nixpkgs";
38
};
39
first-time-contribution-tagger = {
40
url = "github:Janik-Haag/first-time-contribution-tagger";