diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-13 22:45:18 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-13 22:45:18 +0100 |
| commit | f8a9228baa4f68c7639ef703e15f97bf146c53ee (patch) | |
| tree | 6efca90bf896a6747f64b97ed2b9055f2d910508 /overlays/postfix-mta-sts-resolver/default.nix | |
| parent | f92d022f5c03f719492fa4901d21190c3a576187 (diff) | |
| download | nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.tar nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.tar.gz nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.tar.bz2 nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.tar.xz nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.zip | |
...
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 |
