summaryrefslogtreecommitdiff
path: root/overlays/smartprom/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/smartprom/default.nix')
-rw-r--r--overlays/smartprom/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/overlays/smartprom/default.nix b/overlays/smartprom/default.nix
index 0dd0771b..e8593218 100644
--- a/overlays/smartprom/default.nix
+++ b/overlays/smartprom/default.nix
@@ -1,6 +1,8 @@
1{ final, prev, flakeInputs, sources, ... }: 1{ final, prev, flakeInputs, sources, ... }:
2{ 2let
3 smartprom = flakeInputs.mach-nix.lib.${final.system}.buildPythonPackage rec { 3 inherit (final.stdenv.targetPlatform) system;
4in {
5 smartprom = flakeInputs.mach-nix.lib.${system}.buildPythonPackage rec {
4 inherit (sources.smartprom) src pname version; 6 inherit (sources.smartprom) src pname version;
5 ignoreDataOutdated = true; 7 ignoreDataOutdated = true;
6 8