mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
committed by
github-actions[bot]
parent
8045b5f517
commit
5f771633cf
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
nodejs_24,
|
||||
electron_40,
|
||||
electron_41,
|
||||
makeWrapper,
|
||||
fetchFromGitHub,
|
||||
buildNpmPackage,
|
||||
@@ -13,7 +13,7 @@
|
||||
}:
|
||||
let
|
||||
node = nodejs_24;
|
||||
electron = electron_40;
|
||||
electron = electron_41;
|
||||
dotnet = dotnetCorePackages.dotnet_9;
|
||||
in
|
||||
buildNpmPackage (finalAttrs: {
|
||||
|
||||
Reference in New Issue
Block a user