code-server: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -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
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user