Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 063d4da

Browse files
authored
Merge pull request #107 from globin/use-callPackage
Use callPackage in release.nix
2 parents 1d1b426 + f4d5017 commit 063d4da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ let
88

99
pkgFor = system:
1010
if builtins.elem system supportedSystems
11-
then import ./default.nix {
12-
inherit (pkgs) stdenv fetchurl zip makeWrapper nix nix-prefetch-scripts;
11+
then pkgs.callPackage ./default.nix {
1312
src = pypi2nix;
1413
pythonPackages = pkgs.python3Packages;
1514
}

0 commit comments

Comments
 (0)