mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Revert "pkgs/top-level: make package sets composable"
This commit is contained in:
parent
0b6fad01a3
commit
7c251e2b5f
5 changed files with 139 additions and 230 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue