1
1
Fork 1
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:
oddlama 2023-04-11 17:16:53 +02:00
parent 786fb75920
commit 62e7d4ec91
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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;