Revert "pkgs/top-level: make package sets composable"

This commit is contained in:
K900 2025-01-26 09:43:44 +03:00 committed by GitHub
parent 0b6fad01a3
commit 7c251e2b5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 139 additions and 230 deletions

View file

@ -844,8 +844,6 @@ let
in warnDeprecation opt //
{ value = addErrorContext "while evaluating the option `${showOption loc}':" value;
# raw value before "apply" above
rawValue = addErrorContext "while evaluating the option `${showOption loc}':" res.mergedValue;
inherit (res.defsFinal') highestPrio;
definitions = map (def: def.value) res.defsFinal;
files = map (def: def.file) res.defsFinal;