summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 43ecd44..490bf26 100644
--- a/flake.nix
+++ b/flake.nix
@@ -50,7 +50,7 @@
cleanSource = path: lib.cleanSourceWith {
src = path;
filter = path: type:
- true
+ !(lib.hasInfix "/.direnv/" path)
# (lib.hasSuffix "\.html" path) ||
# (lib.hasSuffix "\.js" path) ||
# (lib.hasSuffix "\.css" path) ||