removing settings

This commit is contained in:
Charlie Root 2024-08-13 11:09:42 +02:00
commit bf0174978e
6 changed files with 17 additions and 82 deletions

View file

@ -6,7 +6,7 @@
inputs,
...
}: let
inherit (builtins) filter map toString path;
inherit (builtins) filter map toString;
inherit (lib.filesystem) listFilesRecursive;
inherit (lib.strings) hasSuffix fileContents;
inherit (lib.attrsets) genAttrs;