mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
github-copilot-cli: drop
GitHub has ended this "technical preview", and the package on npm is now unmaintained. But this feature remains actively developed in the "gh-copilot" package. So I direct users there when throwing an exception. (I don't just alias, because the shell commands are different.) Link: https://githubnext.com/projects/copilot-cli/
This commit is contained in:
parent
d12b3ccedb
commit
245d42430b
3 changed files with 1 additions and 3361 deletions
3329
pkgs/by-name/gi/github-copilot-cli/package-lock.json
generated
3329
pkgs/by-name/gi/github-copilot-cli/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
buildNpmPackage,
|
||||
fetchzip,
|
||||
}:
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "github-copilot-cli";
|
||||
version = "0.1.36";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://registry.npmjs.org/@githubnext/github-copilot-cli/-/github-copilot-cli-${version}.tgz";
|
||||
hash = "sha256-7n+7sN61OrqMVGaKll85+HwX7iGG9M/UW5lf2Pd5sRU=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-h0StxzGbl3ZeOQ4Jy1BgJ5sJ0pAbubMCRsiIOYpU04w=";
|
||||
|
||||
postPatch = ''
|
||||
cp ${./package-lock.json} package-lock.json
|
||||
'';
|
||||
|
||||
dontNpmBuild = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "CLI experience for letting GitHub Copilot help you on the command line";
|
||||
homepage = "https://githubnext.com/projects/copilot-cli/";
|
||||
license = licenses.unfree; # upstream has no license
|
||||
maintainers = [ maintainers.malo ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "github-copilot-cli";
|
||||
};
|
||||
}
|
|
@ -773,6 +773,7 @@ mapAliases {
|
|||
svn_all_fast_export = svn-all-fast-export;
|
||||
topGit = top-git;
|
||||
}; # Added 2021-01-14
|
||||
github-copilot-cli = throw "'github-copilot-cli' has been removed because GitHub has replaced it with 'gh-copilot'."; # Added 2025-06-01
|
||||
givaro_3 = throw "'givaro_3' has been removed as it is end-of-life. Consider using the up-to-date 'givaro' instead"; # Added 2025-05-07
|
||||
givaro_3_7 = throw "'givaro_3_7' has been removed as it is end-of-life. Consider using the up-to-date 'givaro' instead"; # Added 2025-05-07
|
||||
gkraken = throw "'gkraken' has been deprecated by upstream. Consider using the replacement 'coolercontrol' instead."; # Added 2024-11-22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue