about summary refs log tree commit diff
path: root/pkgs/servers/code-server
AgeCommit message (Collapse)AuthorFilesLines
2024-04-15code-server: 4.19.1 -> 4.23.1Asher1-54/+52
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-01-14code-server: remove unused playwright patchPaul Meyer1-10/+0
Reference was removed in https://github.com/NixOS/nixpkgs/pull/198791
2023-12-19code-server: 4.16.1 -> 4.19.1Pol Dellaiera1-4/+4
2023-12-19Revert "code-server: drop"Pol Dellaiera4-0/+385
This reverts commit 72911a99d34a4d290671728d40016ba5254f72fe.
2023-11-17code-server: dropRaito Bezarius4-385/+0
Depends on Node.js 16 and cannot be trivially upgraded to Node.js 18.
2023-08-02Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumptionRobert Hensing1-0/+1
lib.getExe: Do not make assumptions about the main program
2023-08-01code-server: 4.16.0 -> 4.16.1Pol Dellaiera1-4/+4
2023-07-31treewide: Add meta.mainProgramRobert Hensing1-0/+1
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31code-server: 4.15.0 -> 4.16.0Pol Dellaiera1-3/+3
2023-07-22code-server: 4.14.1 -> 4.15.0Pol Dellaiera1-4/+8
2023-06-27code-server: restore previous patch (#240194)Pol Dellaiera2-22/+29
Also add a note about the `commit` value and how to get it.
2023-06-27code-server: 4.14.0 -> 4.14.1 (#240001)Pol Dellaiera2-15/+24
2023-06-17code-server: add vscode-with-extensions compatibilityPeder Bergebakken Sundt1-0/+3
2023-06-16code-server: 4.13.0 -> 4.14.0Pol Dellaiera1-3/+3
2023-06-15maintainers: add code-asherAsher1-1/+1
2023-06-15code-server: 4.12.0 -> 4.13.0Asher2-20/+28
I replaced the commit with the actual commit instead of "none" and fixed the other replacement (`$commit` did not exist). There was at least one postinstall script in `extensions` that was not being ran so I modified the `find` command to account for lock files in that directory in addition to `node_modules`. Lastly, inject the version into the package.json otherwise it uses the placeholder version 0.0.0.
2023-06-13code-server: use `finalAttrs` patternPol Dellaiera1-49/+76
- refactor code-style - add missing phases - remove cloud-agent
2023-05-26nixos/code-server: init testsPol Dellaiera1-1/+4
2023-04-26code-server: 4.8.3 -> 4.12.0Thomas Gerbet2-27/+4
Fixes CVE-2023-26114. Changelogs: https://github.com/coder/code-server/blob/v4.12.0/CHANGELOG.md
2023-04-25nodejs*: normalise names to better fit other packagesSandro Jäckel1-4/+4
Versioned package attributes are usually named like $pname_$version eg: nodejs-14_x -> nodejs_14
2023-01-28code-server: fix buildMario Rodas1-2/+15
2022-11-16code-server: 4.0.1 -> 4.8.3henkery4-67/+89
2022-01-09code-server: 3.12.0 -> 4.0.1Derek Guenther4-42/+78
2021-11-01code-server: 3.9.0 -> 3.12.0Derek Guenther4-76/+81
2021-07-22code-server: remove phasesFelix Buehler1-1/+0
2021-07-10code-server: 3.8.0 -> 3.9.0 (#118317)Cheng Shao1-11/+11
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-27code-server: 3.6.0 -> 3.8.0Derek Guenther4-40/+86
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-29code-server: 3.4.1 -> 3.6.0Derek Guenther1-9/+47
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-06-22code-server: init at 3.4.1Jaka Hudoklin1-0/+187