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 authored and mroz22 committed Dec 27, 2024
1 parent 50911c9 commit d0f1208
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 d0f1208

Please sign in to comment.