code-server: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-22 09:51:29 +01:00
parent 4d83050a1f
commit 4a4b14536d
4 changed files with 3 additions and 7 deletions
@@ -13,7 +13,7 @@
yarn,
python3,
esbuild,
nodejs,
nodejs_20,
node-gyp,
libsecret,
xorg,
@@ -27,7 +27,7 @@
let
system = stdenv.hostPlatform.system;
python = python3;
nodejs = nodejs_20;
yarn' = yarn.override { inherit nodejs; };
defaultYarnOpts = [ ];
@@ -126,7 +126,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
nodejs
yarn'
python
python3
pkg-config
makeWrapper
git
-4
View File
@@ -11850,10 +11850,6 @@ with pkgs;
vscode-generic = ../applications/editors/vscode/generic.nix;
};
code-server = callPackage ../servers/code-server {
nodejs = nodejs_20;
};
kiro = callPackage ../by-name/ki/kiro/package.nix {
vscode-generic = ../applications/editors/vscode/generic.nix;
};