nixpkgs/pkgs/servers/code-server
Asher 5f830f5fac
code-server: 4.19.1 -> 4.23.1
In addition to the version bump, I did some refactoring because there
were a few issues:

1. Downloading NPM dependencies during install phase does not work.
   Instead, copy them over from the build phase.
2. Native modules in lib/vscode were not being installed/built at all.
3. Kerberos module will not build (a new issue that appeared as a
   consequence of fixing the previous issue).  Remove it for now.
4. Increase max-old-space-size from the default (I was running out of
   memory).

There are still some issues to look over but these changes are at least
an improvement over the status quo.

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2024-04-15 18:56:13 -08:00
..
build-vscode-nogit.patch Revert "code-server: drop" 2023-12-19 15:40:57 +01:00
default.nix code-server: 4.19.1 -> 4.23.1 2024-04-15 18:56:13 -08:00
remove-node-download.patch Revert "code-server: drop" 2023-12-19 15:40:57 +01:00