diff --git a/release.nix b/release.nix index 7f46076..a47a5f7 100644 --- a/release.nix +++ b/release.nix @@ -8,8 +8,7 @@ let pkgFor = system: if builtins.elem system supportedSystems - then import ./default.nix { - inherit (pkgs) stdenv fetchurl zip makeWrapper nix nix-prefetch-scripts; + then pkgs.callPackage ./default.nix { src = pypi2nix; pythonPackages = pkgs.python3Packages; }