summaryrefslogtreecommitdiff
path: root/pkgs/servers/code-server (follow)
Commit message (Expand)AuthorAgeFilesLines
* code-server: 4.23.1 -> 4.89.1Asher2024-05-171-4/+4
* 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> Asher2024-04-151-54/+52
* code-server: remove unused playwright patch•••Reference was removed in https://github.com/NixOS/nixpkgs/pull/198791 Paul Meyer2024-01-141-10/+0
* code-server: 4.16.1 -> 4.19.1Pol Dellaiera2023-12-191-4/+4
* Revert "code-server: drop"•••This reverts commit 72911a99d34a4d290671728d40016ba5254f72fe. Pol Dellaiera2023-12-194-0/+385
* code-server: drop•••Depends on Node.js 16 and cannot be trivially upgraded to Node.js 18. Raito Bezarius2023-11-174-385/+0
* Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption•••lib.getExe: Do not make assumptions about the main programRobert Hensing2023-08-021-0/+1
|\
| * treewide: Add meta.mainProgram•••This should fix most warnings getExe in based on grepping `nixos/`. Robert Hensing2023-07-311-0/+1
* | code-server: 4.16.0 -> 4.16.1Pol Dellaiera2023-08-011-4/+4
|/
* code-server: 4.15.0 -> 4.16.0origin/code-server/bump-4.16.0Pol Dellaiera2023-07-311-3/+3
* code-server: 4.14.1 -> 4.15.0Pol Dellaiera2023-07-221-4/+8
* code-server: restore previous patch (#240194)•••Also add a note about the `commit` value and how to get it.Pol Dellaiera2023-06-272-22/+29
* code-server: 4.14.0 -> 4.14.1 (#240001)Pol Dellaiera2023-06-272-15/+24
* code-server: add vscode-with-extensions compatibilityPeder Bergebakken Sundt2023-06-171-0/+3
* code-server: 4.13.0 -> 4.14.0Pol Dellaiera2023-06-161-3/+3
* maintainers: add code-asherAsher2023-06-151-1/+1
* code-server: 4.12.0 -> 4.13.0•••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. Asher2023-06-152-20/+28
* code-server: use `finalAttrs` pattern•••- refactor code-style - add missing phases - remove cloud-agent Pol Dellaiera2023-06-131-49/+76
* nixos/code-server: init testsPol Dellaiera2023-05-261-1/+4
* code-server: 4.8.3 -> 4.12.0•••Fixes CVE-2023-26114. Changelogs: https://github.com/coder/code-server/blob/v4.12.0/CHANGELOG.md Thomas Gerbet2023-04-262-27/+4
* nodejs*: normalise names to better fit other packages•••Versioned package attributes are usually named like $pname_$version eg: nodejs-14_x -> nodejs_14 Sandro Jäckel2023-04-251-4/+4
* code-server: fix buildMario Rodas2023-01-281-2/+15
* code-server: 4.0.1 -> 4.8.3henkery2022-11-164-67/+89
* code-server: 3.12.0 -> 4.0.1Derek Guenther2022-01-094-42/+78
* code-server: 3.9.0 -> 3.12.0Derek Guenther2021-11-014-76/+81
* code-server: remove phasesFelix Buehler2021-07-221-1/+0
* code-server: 3.8.0 -> 3.9.0 (#118317)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com>Cheng Shao2021-07-101-11/+11
* code-server: 3.6.0 -> 3.8.0Derek Guenther2021-01-274-40/+86
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••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. Jonathan Ringer2021-01-191-2/+2
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-151-3/+3
* treewide: with stdenv.lib; in meta -> with lib;•••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 Profpatsch2021-01-111-2/+2
* code-server: 3.4.1 -> 3.6.0Derek Guenther2020-12-291-9/+47
* treewide: remove periods from end of package descriptionsBen Siraphob2020-10-171-1/+1
* code-server: init at 3.4.1Jaka Hudoklin2020-06-221-0/+187