From f8a9228baa4f68c7639ef703e15f97bf146c53ee Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 13 Nov 2025 22:45:18 +0100 Subject: ... --- overlays/postfix-mta-sts-resolver/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overlays/postfix-mta-sts-resolver') 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 @@ projectDir = cleanPythonSources { src = prev.runCommand "sources" {} '' mkdir $out - cp -r ${sources.postfix-mta-sts-resolver.src}/. $out + cp -r --no-preserve=all ${sources.postfix-mta-sts-resolver.src}/. $out cp ${./pyproject.toml} $out/pyproject.toml cp ${./poetry.lock} $out/poetry.lock -- cgit v1.2.3