mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
rstudio: pin nodejs to nodejs_22 (#476062)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
git,
|
||||
jdk,
|
||||
makeWrapper,
|
||||
nodejs,
|
||||
nodejs_22,
|
||||
npmHooks,
|
||||
xcbuild,
|
||||
yarn,
|
||||
@@ -44,6 +44,10 @@
|
||||
}:
|
||||
|
||||
let
|
||||
# nodejs_24 has npm v11, which broke the lockfile
|
||||
# let's just use nodejs_22 for now
|
||||
nodejs = nodejs_22;
|
||||
|
||||
electron = electron_37;
|
||||
|
||||
mathJaxSrc = fetchzip {
|
||||
|
||||
Reference in New Issue
Block a user