Skip to content

Commit

Permalink
chore(build): use nodejs_latest (#1193)
Browse files Browse the repository at this point in the history
it looks like we were building nodejs in tests for macos-13?
  • Loading branch information
anmonteiro authored Oct 27, 2024
1 parent 1f5e52f commit 30358ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, tree
, makeWrapper
, nix-filter
, nodejs
, nodejs_latest
, melange-compiler-libs-vendor-dir
, doCheck ? true
}:
Expand Down Expand Up @@ -49,7 +49,7 @@ buildDunePackage {
# for some reason `-Wtrigraphs` was enabled in nixpkgs recently for
# x86_64-darwin?
!(stdenv.isDarwin && stdenv.isx86_64);
nativeCheckInputs = [ tree nodejs reason jq merlin ];
nativeCheckInputs = [ tree nodejs_latest reason jq merlin ];
checkInputs = [ ounit2 ];
DUNE_CACHE = "disabled";

Expand Down

0 comments on commit 30358ff

Please sign in to comment.