devcontainer: fix build and upgrade nodejs (#495923)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
fetchYarnDeps,
|
||||
fetchFromGitHub,
|
||||
fixup-yarn-lock,
|
||||
nodejs_20,
|
||||
nodejs,
|
||||
node-gyp,
|
||||
python3,
|
||||
makeBinaryWrapper,
|
||||
@@ -14,10 +14,6 @@
|
||||
docker-compose,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
let
|
||||
nodejs = nodejs_20; # does not build with 22
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "devcontainer";
|
||||
version = "0.83.0";
|
||||
|
||||
Reference in New Issue
Block a user