Skip to content

Commit

Permalink
fix stalwart-mail.webadmin build
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Nov 3, 2024
1 parent 4d1c973 commit 5f4607d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hosts/carrot/mail.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ let
in
{
config = {
nixpkgs.config.packageOverrides = pkgs: {
stalwart-mail = pkgs.stalwart-mail.overrideAttrs (old: {
passthru.webadmin = pkgs.stalwart-mail.webadmin.override {
wasm-bindgen-cli = pkgs.wasm-bindgen-cli.override {
version = "0.2.93";
hash = "sha256-DDdu5mM3gneraM85pAepBXWn3TMofarVR4NbjMdz3r0=";
cargoHash = "sha256-birrg+XABBHHKJxfTKAMSlmTVYLmnmqMDfRnmG6g/YQ=";
};
};
});
};
x.sops.secrets."services/stalwart/adminPwd" = { };

security.acme.certs =
Expand Down

0 comments on commit 5f4607d

Please sign in to comment.