gfn-electron: pin electron_35

It does not build with newer releases of electron yet.
This commit is contained in:
Yaya
2025-07-22 13:16:01 +02:00
parent 0a243bd7a3
commit 2a7784da97
+2 -1
View File
@@ -2,12 +2,13 @@
lib,
buildNpmPackage,
fetchFromGitHub,
electron,
electron_35,
nix-update-script,
makeBinaryWrapper,
python3,
}:
let
electron = electron_35;
version = "2.2.0";
in
buildNpmPackage {