devcontainer: fix build and upgrade to nodejs 24

This commit is contained in:
rucadi
2026-03-02 20:22:46 +01:00
parent 6e68c516e0
commit 9db9098601
+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";