mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
refactor: lib.composeManyExtensions
This commit is contained in:
parent
ab0f9f9089
commit
0a49d1e0d2
1 changed files with 1 additions and 1 deletions
|
@ -180,6 +180,6 @@ scope: {
|
|||
];
|
||||
in stdenv.mkDerivation
|
||||
(lib.extends
|
||||
(lib.foldr lib.composeExtensions (_: _: {}) exts)
|
||||
(lib.composeManyExtensions exts)
|
||||
f);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue