diff options
Diffstat (limited to 'overlays/smartprom')
-rw-r--r-- | overlays/smartprom/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |