Merge pull request #209041 from Artturin/relecrossfix

This commit is contained in:
Artturi 2023-01-04 16:20:22 +02:00 committed by GitHub
commit bb8d96f284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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