1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

refactor: lib.composeManyExtensions

This commit is contained in:
Robert Hensing 2024-10-13 22:03:52 +02:00
parent ab0f9f9089
commit 0a49d1e0d2

View file

@ -180,6 +180,6 @@ scope: {
];
in stdenv.mkDerivation
(lib.extends
(lib.foldr lib.composeExtensions (_: _: {}) exts)
(lib.composeManyExtensions exts)
f);
}