We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3ad66 commit d878ca0Copy full SHA for d878ca0
flake.nix
@@ -13,8 +13,8 @@
13
sops-nix = {
14
url = "github:Mic92/sops-nix";
15
# Flip those when the last systems can start using this module
16
- inputs.nixpkgs.follows = "nixpkgs";
17
- inputs.nixpkgs-stable.follows = "nixpkgs-oldstable";
+ inputs.nixpkgs.follows = "nixpkgs-unstable";
+ inputs.nixpkgs-stable.follows = "nixpkgs";
18
};
19
simple-nixos-mailserver = {
20
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";
0 commit comments