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

authored by

Artturi and committed by
GitHub
45f0947f f1ec039e

+1 -1
+1 -1
pkgs/top-level/release-cross.nix
··· 92 # with their host distribution's versions of nix's numerous 93 # build dependencies. 94 nixCrossStatic = { 95 - nixStatic = nativePlatforms; 96 }; 97 98 in
··· 92 # with their host distribution's versions of nix's numerous 93 # build dependencies. 94 nixCrossStatic = { 95 + nixStatic = platforms.linux; # no need for buildPlatform=*-darwin 96 }; 97 98 in