diff options
| -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) || |
