We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39fe8d commit 365103fCopy full SHA for 365103f
1 file changed
default.nix
@@ -11,6 +11,6 @@ let
11
in
12
builtins.foldl' (acc: val: acc // val) { } imports;
13
14
- bend = readDirImports ./nix // (import ./nix/functor.nix bend);
+ bend = readDirImports ./nix;
15
16
bend
0 commit comments