mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +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
|
in stdenv.mkDerivation
|
||||||
(lib.extends
|
(lib.extends
|
||||||
(lib.foldr lib.composeExtensions (_: _: {}) exts)
|
(lib.composeManyExtensions exts)
|
||||||
f);
|
f);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue