Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
-`spoof` has been removed, as there are many issues upstream with it working on modern OS versions, and it appears to be unmaintained.
-`nodePackages.coc-go` and `nodePackages.coc-tsserver`, along with their vim plugins, have been removed from nixpkgs due to being unmaintained.
-`nodePackages.wavedrom-cli` has been removed, as it was unmaintained within nixpkgs.
-`arti` has been updated to major version 2, which removed the long-deprecated `proxy.socks_port` and `proxy.dns_port` and the legacy syntax for specifying directory authorities. For more information, see the [changelog for 2.0.0](https://gitlab.torproject.org/tpo/core/arti/-/blob/arti-v2.0.0/CHANGELOG.md).
coc-go=throw"coc-go has been removed because it was unmaintained in nixpkgs";# Added 2026-02-14
inherit(pkgs)coc-haxe;# Added 2025-11-05
inherit(pkgs)coc-highlight;# Added 2025-11-05
inherit(pkgs)coc-html;# Added 2025-11-05
@@ -135,6 +136,7 @@ mapAliases {
inherit(pkgs)coc-toml;
coc-tslint=throw"coc-tslint was removed because it was deprecated upstream; coc-eslint offers comparable features for eslint, which replaced tslint";# Added 2024-10-18
coc-tslint-plugin=throw"coc-tslint-plugin was removed because it was deprecated upstream; coc-eslint offers comparable features for eslint, which replaced tslint";# Added 2024-10-18
coc-tsserver=throw"coc-tsserver has been removed because it was unmaintained in nixpkgs";# Added 2026-02-14
coc-ultisnips=throw"'coc-ultisnips' has been removed because it was unmaintained upstream";# Added 2025-11-14
coc-vetur=throw"coc-vetur was removed because vetur was deprecated by Vue in favor of volar. Use coc-volar instead, which supports Vue 3";# added 2025-10-01