summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-17 03:43:30 -0400
committerLLLL Colonq <llll@colonq>2025-03-17 03:43:30 -0400
commit20b3d630380587374a391cdb47044fc52cd2e72f (patch)
tree148d2030a7185cc86ab7c3492f74ca180a5a1801
parent6fc5ba5332f19c0867c7b6a96e37af172db0ce46 (diff)
Update flake.nix
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
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) ||