mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: remove unused imports
This commit is contained in:
parent
786fb75920
commit
62e7d4ec91
1 changed files with 0 additions and 4 deletions
|
@ -13,7 +13,6 @@
|
||||||
attrNames
|
attrNames
|
||||||
attrValues
|
attrValues
|
||||||
concatMap
|
concatMap
|
||||||
concatMapAttrs
|
|
||||||
concatMapStrings
|
concatMapStrings
|
||||||
concatStringsSep
|
concatStringsSep
|
||||||
filter
|
filter
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
foldl'
|
foldl'
|
||||||
genAttrs
|
genAttrs
|
||||||
head
|
head
|
||||||
mapAttrs
|
|
||||||
mapAttrs'
|
mapAttrs'
|
||||||
mapAttrsToList
|
mapAttrsToList
|
||||||
mdDoc
|
mdDoc
|
||||||
|
@ -32,9 +30,7 @@
|
||||||
optional
|
optional
|
||||||
recursiveUpdate
|
recursiveUpdate
|
||||||
splitString
|
splitString
|
||||||
subtractLists
|
|
||||||
types
|
types
|
||||||
unique
|
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit (extraLib) duplicates;
|
inherit (extraLib) duplicates;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue