From fa51e545ba60ba6e020f67b0aae6f045a4c4c820 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 12 Jun 2026 04:39:20 -0400 Subject: Filter out .direnv --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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) || -- cgit v1.2.3