Skip to content

Commit

Permalink
fix(nix): pin yarn nodejs version to build input
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Dec 11, 2024
1 parent f54ba20 commit 1589d86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ in
docker # for e2e tests running on localhost
docker-compose # for e2e tests running on localhost
nodejs
yarn
(yarn.override {
nodejs = null; # use input node
})
jre
p7zip
electron
Expand Down

0 comments on commit 1589d86

Please sign in to comment.