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 5efac5a commit ea62d73
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 nodejs
})
jre
p7zip
electron
Expand Down

0 comments on commit ea62d73

Please sign in to comment.