Avoid `with lib;` at the top level in pkgs/top-level/octave-packages.nix

This commit is contained in:
Philip Taron 2024-03-05 17:44:09 -08:00
parent f23c28ca41
commit 5aa9130a69
No known key found for this signature in database
1 changed files with 9 additions and 1 deletions

View File

@ -19,7 +19,15 @@
, octave
}:
with lib;
let
inherit (lib)
catAttrs
concatLists
filter
makeScope
unique
;
in
makeScope newScope (self:
let