chore: Reduce extra lib in nix expr
This commit is contained in:
parent
6b3645de63
commit
62cff1ccde
2 changed files with 2 additions and 2 deletions
|
|
@ -18,5 +18,5 @@ in
|
|||
]
|
||||
[
|
||||
(map (file: import file args))
|
||||
(overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
(overlays: (composeManyExtensions overlays) final prev)
|
||||
]
|
||||
|
|
|
|||
|
|
@ -21,5 +21,5 @@ in
|
|||
]
|
||||
[
|
||||
(map (file: import file args))
|
||||
(overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
(overlays: (composeManyExtensions overlays) final prev)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue