diff options
Diffstat (limited to 'overlays/postfix-mta-sts-resolver/default.nix')
| -rw-r--r-- | overlays/postfix-mta-sts-resolver/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/postfix-mta-sts-resolver/default.nix b/overlays/postfix-mta-sts-resolver/default.nix index 52ab2d40..c210cf79 100644 --- a/overlays/postfix-mta-sts-resolver/default.nix +++ b/overlays/postfix-mta-sts-resolver/default.nix | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | projectDir = cleanPythonSources { | 11 | projectDir = cleanPythonSources { |
| 12 | src = prev.runCommand "sources" {} '' | 12 | src = prev.runCommand "sources" {} '' |
| 13 | mkdir $out | 13 | mkdir $out |
| 14 | cp -r ${sources.postfix-mta-sts-resolver.src}/. $out | 14 | cp -r --no-preserve=all ${sources.postfix-mta-sts-resolver.src}/. $out |
| 15 | 15 | ||
| 16 | cp ${./pyproject.toml} $out/pyproject.toml | 16 | cp ${./pyproject.toml} $out/pyproject.toml |
| 17 | cp ${./poetry.lock} $out/poetry.lock | 17 | cp ${./poetry.lock} $out/poetry.lock |
