summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-12 04:39:20 -0400
committerLLLL Colonq <llll@colonq>2026-06-12 04:39:20 -0400
commitfa51e545ba60ba6e020f67b0aae6f045a4c4c820 (patch)
treea232b9d624c79bde373e4b6a149906bbed681bb6
parenta4490d11b29a046fcd290f5e4919cf50181fb576 (diff)
Filter out .direnv
-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) ||