diff --git a/machines/compute01/ds-fr/package/default.nix b/machines/compute01/ds-fr/package/default.nix index 6817616..f032408 100644 --- a/machines/compute01/ds-fr/package/default.nix +++ b/machines/compute01/ds-fr/package/default.nix @@ -62,7 +62,8 @@ let dontConfigure = true; buildPhase = '' - bun install --no-progress --frozen-lockfile --ignore-scripts + bun install --no-progress --frozen-lockfile --ignore-scripts + rm -r node_modules/.cache ''; installPhase = '' diff --git a/machines/compute01/ds-fr/package/meta.nix b/machines/compute01/ds-fr/package/meta.nix index 2d37788..077c9bf 100644 --- a/machines/compute01/ds-fr/package/meta.nix +++ b/machines/compute01/ds-fr/package/meta.nix @@ -1,5 +1,5 @@ { version = "2024-04-17-01"; src-hash = "sha256-A6T0ZCLnP7gpSN1n6/dqyy0nCWra2D+wsgT/SkuKYQo="; - deps-hash = "sha256-qdQH0b5V4In8C/JKYqo5F4xNTSXse554wi4uxawfd34="; + deps-hash = "sha256-cd8RBJ0z+2ldAA5RW3n49aShuk/N6CebWL5p1ECKO5Y="; }