From a20a0ca9a7f99be65675fc20155eb2c95d9fdd48 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 19 Jan 2023 10:20:22 +0100 Subject: ... --- overlays/postfix-mta-sts-resolver.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'overlays/postfix-mta-sts-resolver.nix') 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 @@ { final, prev, flakeInputs, sources, ... }: -{ - postfix-mta-sts-resolver = flakeInputs.mach-nix.lib.${final.system}.buildPythonPackage { +let + inherit (final.stdenv.targetPlatform) system; +in { + postfix-mta-sts-resolver = flakeInputs.mach-nix.lib.${system}.buildPythonPackage { inherit (sources.postfix-mta-sts-resolver) src pname version; # extras = "redis,uvloop"; ignoreDataOutdated = true; -- cgit v1.2.3