Skip to content

Commit 365103f

Browse files
committed
fix: already imported functor
1 parent d39fe8d commit 365103f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ let
1111
in
1212
builtins.foldl' (acc: val: acc // val) { } imports;
1313

14-
bend = readDirImports ./nix // (import ./nix/functor.nix bend);
14+
bend = readDirImports ./nix;
1515
in
1616
bend

0 commit comments

Comments
 (0)