From 20b3d630380587374a391cdb47044fc52cd2e72f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 17 Mar 2025 03:43:30 -0400 Subject: Update flake.nix --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 342951f..f7eccd8 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ build = path: nm: let src = lib.cleanSourceWith { - src = ./.; + src = path; filter = path: type: (lib.hasSuffix "\.html" path) || (lib.hasSuffix "\.js" path) || @@ -82,7 +82,7 @@ build = path: nm: let src = lib.cleanSourceWith { - src = ./.; + src = path; filter = path: type: (lib.hasSuffix "\.html" path) || (lib.hasSuffix "\.js" path) || -- cgit v1.2.3