mailserver builds

This commit is contained in:
Chris Cochrun 2024-12-26 22:26:03 -06:00
parent d3a1471a5a
commit be20822334
4 changed files with 29 additions and 20 deletions

View file

@ -3,7 +3,7 @@
with lib;
{
nix = {
package = pkgs.nixFlakes;
package = pkgs.nixVersions.stable;
};
}