forked from mirrors/nixpkgs
Build all derivations at least for 64bit Linux
This commit is contained in:
parent
21a5532c57
commit
5c750e4940
|
@ -85,7 +85,7 @@ rec {
|
|||
packagePlatforms = mapAttrs (name: value:
|
||||
let res = builtins.tryEval (
|
||||
if isDerivation value then
|
||||
value.meta.hydraPlatforms or (value.meta.platforms or [])
|
||||
value.meta.hydraPlatforms or (value.meta.platforms or [ "x86_64-linux" ])
|
||||
else if value.recurseForDerivations or false || value.recurseForRelease or false then
|
||||
packagePlatforms value
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue