forked from mirrors/nixpkgs
release-cross.nix: fix error: undefined variable 'platforms'
This commit is contained in:
parent
398bad9c8f
commit
5a1ffcef5a
|
@ -92,7 +92,7 @@ let
|
|||
# with their host distribution's versions of nix's numerous
|
||||
# build dependencies.
|
||||
nixCrossStatic = {
|
||||
nixStatic = platforms.linux; # no need for buildPlatform=*-darwin
|
||||
nixStatic = linux; # no need for buildPlatform=*-darwin
|
||||
};
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue