diff options
Diffstat (limited to 'overlays/postfix-mta-sts-resolver.nix')
-rw-r--r-- | overlays/postfix-mta-sts-resolver.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/overlays/postfix-mta-sts-resolver.nix b/overlays/postfix-mta-sts-resolver.nix index 22fc4118..6a08861d 100644 --- a/overlays/postfix-mta-sts-resolver.nix +++ b/overlays/postfix-mta-sts-resolver.nix | |||
@@ -1,6 +1,8 @@ | |||
1 | { final, prev, flakeInputs, sources, ... }: | 1 | { final, prev, flakeInputs, sources, ... }: |
2 | { | 2 | let |
3 | postfix-mta-sts-resolver = flakeInputs.mach-nix.lib.${final.system}.buildPythonPackage { | 3 | inherit (final.stdenv.targetPlatform) system; |
4 | in { | ||
5 | postfix-mta-sts-resolver = flakeInputs.mach-nix.lib.${system}.buildPythonPackage { | ||
4 | inherit (sources.postfix-mta-sts-resolver) src pname version; | 6 | inherit (sources.postfix-mta-sts-resolver) src pname version; |
5 | # extras = "redis,uvloop"; | 7 | # extras = "redis,uvloop"; |
6 | ignoreDataOutdated = true; | 8 | ignoreDataOutdated = true; |