mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #90206 from Ericson2314/faster-release-eval
release-lib: Avoid filtering twice
This commit is contained in:
commit
e97e3b8641
@ -145,7 +145,7 @@ rec {
|
||||
let res = builtins.tryEval (
|
||||
if isDerivation value then
|
||||
value.meta.hydraPlatforms
|
||||
or (supportedMatches (value.meta.platforms or [ "x86_64-linux" ]))
|
||||
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 New Issue
Block a user