mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
mpvScripts: remove 'with lib;'
This commit is contained in:
parent
878b166cfa
commit
85f3221e9f
@ -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
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user