devcontainer: fix build and upgrade nodejs (#495923)

This commit is contained in:
Aleksana
2026-03-06 15:47:04 +00:00
committed by GitHub
+1 -5
View File
@@ -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";