flake: add a new follow override for the mailserver

This commit is contained in:
stuebinm 2024-12-23 18:22:17 +01:00
parent b47b79dd02
commit d810f19054

View file

@ -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";
};
};