mpvScripts: remove 'with lib;'

This commit is contained in:
Felix Buehler 2024-08-13 22:06:56 +02:00 committed by Valentin Gagarin
parent 878b166cfa
commit 85f3221e9f

View File

@ -140,13 +140,12 @@ let
};
in
with lib;
pipe scope [
(makeScope newScope)
lib.pipe scope [
(lib.makeScope newScope)
(
self:
assert builtins.intersectAttrs self aliases == { };
self // optionalAttrs config.allowAliases aliases
self // lib.optionalAttrs config.allowAliases aliases
)
recurseIntoAttrs
lib.recurseIntoAttrs
]