about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/fileset/internal.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/fileset/internal.nix b/lib/fileset/internal.nix
index 853115df9f61d..d55c84a395e70 100644
--- a/lib/fileset/internal.nix
+++ b/lib/fileset/internal.nix
@@ -7,7 +7,6 @@ let
     isString
     pathExists
     readDir
-    seq
     split
     trace
     typeOf
@@ -17,7 +16,6 @@ let
     attrNames
     attrValues
     mapAttrs
-    setAttrByPath
     zipAttrsWith
     ;
 
@@ -28,7 +26,6 @@ let
   inherit (lib.lists)
     all
     commonPrefix
-    drop
     elemAt
     filter
     findFirst