From ea62d734c6c0d89bf6870e60c9192765f9613ccc Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Wed, 11 Dec 2024 14:46:22 +0100 Subject: [PATCH] fix(nix): pin yarn nodejs version to build input --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 74f56012750..19a35651d93 100644 --- a/shell.nix +++ b/shell.nix @@ -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