diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-19 10:22:44 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-19 10:22:44 +0100 |
commit | 0cb7c094c80f2ae806b8676efc28c0c02c17105e (patch) | |
tree | bdd5e8e5533646b94305e274aedba7c18faa5198 /overlays | |
parent | a20a0ca9a7f99be65675fc20155eb2c95d9fdd48 (diff) | |
download | nixos-0cb7c094c80f2ae806b8676efc28c0c02c17105e.tar nixos-0cb7c094c80f2ae806b8676efc28c0c02c17105e.tar.gz nixos-0cb7c094c80f2ae806b8676efc28c0c02c17105e.tar.bz2 nixos-0cb7c094c80f2ae806b8676efc28c0c02c17105e.tar.xz nixos-0cb7c094c80f2ae806b8676efc28c0c02c17105e.zip |
...
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/postfix-mta-sts-resolver.nix | 2 | ||||
-rw-r--r-- | overlays/smartprom/default.nix | 2 |
2 files changed, 2 insertions, 2 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; |
diff --git a/overlays/smartprom/default.nix b/overlays/smartprom/default.nix index e8593218..807f3f84 100644 --- a/overlays/smartprom/default.nix +++ b/overlays/smartprom/default.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 | smartprom = flakeInputs.mach-nix.lib.${system}.buildPythonPackage rec { | 5 | smartprom = flakeInputs.mach-nix.lib.${system}.buildPythonPackage rec { |
6 | inherit (sources.smartprom) src pname version; | 6 | inherit (sources.smartprom) src pname version; |