Merge pull request #208856 from amjoseph-nixpkgs/pr/nixCrossStatic/fewerjobs

This commit is contained in:
Artturi 2023-01-03 20:27:02 +02:00 committed by GitHub
commit 45f0947fed
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 = nativePlatforms;
nixStatic = platforms.linux; # no need for buildPlatform=*-darwin
};
in