Skip to content

Commit 8540b64

Browse files
committed
skip node tests
1 parent 26dd8fc commit 8540b64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

home/home.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ let
6161
luajitPackages.moonscript
6262
python3
6363
typescript
64-
nodejs_latest
64+
# nodejs_24 doesn't build on aarch64-darwin: https://github.com/NixOS/nixpkgs/issues/423244
65+
(nodejs_latest.overrideAttrs (_: {
66+
doCheck = false;
67+
}))
6568
corepack_latest
6669
];
6770

0 commit comments

Comments
 (0)