Skip to content

Commit d878ca0

Browse files
committed
Make sops-nix follows the correct nixpkgs channels
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
1 parent da3ad66 commit d878ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
sops-nix = {
1414
url = "github:Mic92/sops-nix";
1515
# Flip those when the last systems can start using this module
16-
inputs.nixpkgs.follows = "nixpkgs";
17-
inputs.nixpkgs-stable.follows = "nixpkgs-oldstable";
16+
inputs.nixpkgs.follows = "nixpkgs-unstable";
17+
inputs.nixpkgs-stable.follows = "nixpkgs";
1818
};
1919
simple-nixos-mailserver = {
2020
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";

0 commit comments

Comments
 (0)