mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
release-lib: Fix pkgsFor
This commit is contained in:
parent
f2ed7c7af9
commit
8d99a3455b
@ -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 New Issue
Block a user