mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
8045b5f517
commit
5f771633cf
1 changed files with 2 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue