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