Merge pull request #49795 from obsidiansystems/fix-pkgsFor
release-lib: Fix `pkgsFor`
This commit is contained in:
commit
d94d220b84
@ -48,7 +48,7 @@ rec {
|
|||||||
else if system == "x86_64-cygwin" then pkgs_x86_64_cygwin
|
else if system == "x86_64-cygwin" then pkgs_x86_64_cygwin
|
||||||
else abort "unsupported system type: ${system}";
|
else abort "unsupported system type: ${system}";
|
||||||
|
|
||||||
inherit (pkgsForCross null) pkgsFor;
|
pkgsFor = pkgsForCross null;
|
||||||
|
|
||||||
|
|
||||||
# More poor man's memoisation
|
# More poor man's memoisation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user