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