diff --git a/machines/compute01/ds-fr/package/default.nix b/machines/compute01/ds-fr/package/default.nix index f032408..2575113 100644 --- a/machines/compute01/ds-fr/package/default.nix +++ b/machines/compute01/ds-fr/package/default.nix @@ -64,6 +64,9 @@ let buildPhase = '' bun install --no-progress --frozen-lockfile --ignore-scripts rm -r node_modules/.cache + + # Remove inconsistent file + rm node_modules/.bin/grunt ''; installPhase = '' diff --git a/machines/compute01/ds-fr/package/meta.nix b/machines/compute01/ds-fr/package/meta.nix index 389eab6..8f62c03 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-Lbj1jJlcM2+SmL+OGrxHdy/cEyhxGAQolXE5DZsM4rc="; + deps-hash = "sha256-LV3Na9zxp2DPRhDvUHB9mvpSw8xTJscqKoKKrNaiUfY="; }