summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '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) ||