diff --git a/flake.nix b/flake.nix index 06987c5..f9a0cba 100644 --- a/flake.nix +++ b/flake.nix @@ -75,6 +75,7 @@ "npm run build-docs-only" ]; installPhase = '' + rm -r ../website/node_modules/.cache mv -v ../website $out ''; };