about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-01-31 02:42:19 +0300
committerAzat Bahawi <azat@bahawi.net>2024-01-31 02:42:19 +0300
commit3ac33751a4c230d1b0caf66bd09ef1baee5fd038 (patch)
tree44475174e43f561cb354908c6462e6633010fbce /flake.nix
parent2024-01-21 (diff)
2024-01-31
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f41d90f..884d9a3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,8 +46,8 @@
       url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
       inputs = {
         flake-compat.follows = "flake-compat";
-        nixpkgs-22_11.follows = "nixpkgs-stable";
         nixpkgs-23_05.follows = "nixpkgs-stable";
+        nixpkgs-23_11.follows = "nixpkgs-stable";
         nixpkgs.follows = "nixpkgs";
         utils.follows = "flake-utils";
       };
@@ -118,6 +118,7 @@
         flake-compat.follows = "flake-compat";
         flake-utils.follows = "flake-utils";
         nixpkgs.follows = "nixpkgs";
+        nixpkgs-stable.follows = "nixpkgs-stable";
       };
     };
 

Consider giving Nix/NixOS a try! <3