diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 18:53:41 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 18:53:41 +0200 |
commit | 9c463d488d77b1434a9dca55038c1c9bad7cef09 (patch) | |
tree | 05eb1c7515344625336f869403ba79ba60a1c80e | |
parent | pkgs/stalwart-mail-patched: Actually apply overrides (diff) | |
download | nixos-server-9c463d488d77b1434a9dca55038c1c9bad7cef09.zip |
We already have the nixos tests, that will fail, if this does not build.
Diffstat (limited to '')
-rwxr-xr-x | pkgs/by-name/st/stalwart-mail-patched/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/st/stalwart-mail-patched/update.sh b/pkgs/by-name/st/stalwart-mail-patched/update.sh index f32f117..33d6e2b 100755 --- a/pkgs/by-name/st/stalwart-mail-patched/update.sh +++ b/pkgs/by-name/st/stalwart-mail-patched/update.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -nix-update --file ../../../standalone_pkgs.nix stalwart-mail-patched.passthru.spamfilter --build --option pure-eval false +nix-update --file ../../../standalone_pkgs.nix stalwart-mail-patched.passthru.spamfilter --option pure-eval false # vim: ft=sh |