diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-12 04:39:20 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-12 04:39:20 -0400 |
| commit | fa51e545ba60ba6e020f67b0aae6f045a4c4c820 (patch) | |
| tree | a232b9d624c79bde373e4b6a149906bbed681bb6 | |
| parent | a4490d11b29a046fcd290f5e4919cf50181fb576 (diff) | |
Filter out .direnv
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) || |
