First try to install Stalwart as a mail software

This commit is contained in:
Gonne 2024-07-10 22:56:46 +02:00
parent 55ba2c9122
commit b950f1dfcb
7 changed files with 248 additions and 16 deletions

View file

@ -11,6 +11,8 @@
];
nix = {
channel.enable = false;
settings.nix-path = ["nixpkgs=${pkgs.path}"]; # -> For making nix-shell available while disabling channels.
extraOptions = ''
experimental-features = nix-command flakes
builders-use-substitutes = true