github-copilot-cli: drop (#413116)

This commit is contained in:
Pol Dellaiera 2025-06-02 10:51:42 +02:00 committed by GitHub
commit 626cdb0dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 3361 deletions

File diff suppressed because it is too large Load diff

View file

@ -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";
};
}

View file

@ -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