diff --git a/dovecot.nix b/dovecot.nix index 1bc41b6..3deeec7 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -19,7 +19,7 @@ let name = "dovecot-sieves"; buildInputs = with pkgs; [ dovecot_pigeonhole ]; phases = [ "installPhase" ]; - buildPhase = '' + installPhase = '' mkdir -p $out ${concatStringsSep "\n" (mapAttrsToList compileFile sieves)} '';