From d810f190541e28ec020bd48db5a5469259954ed3 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 23 Dec 2024 18:22:17 +0100 Subject: [PATCH] flake: add a new follow override for the mailserver --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 2849a80..51a4104 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,7 @@ # note that in theory doing this might break things, but it seems fairly unlikely nixos-mailserver.inputs = { nixpkgs.follows = "nixpkgs-unstable"; + nixpkgs_24-11.follows = "nixpkgs"; flake-compat.follows = "/deploy-rs/flake-compat"; }; };