diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-17 03:43:30 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-17 03:43:30 -0400 |
| commit | 20b3d630380587374a391cdb47044fc52cd2e72f (patch) | |
| tree | 148d2030a7185cc86ab7c3492f74ca180a5a1801 | |
| parent | 6fc5ba5332f19c0867c7b6a96e37af172db0ce46 (diff) | |
Update flake.nix
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) || |
