Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
copilot-cli_prerelease # GitHub Copilot CLI
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
copilot-cli_prerelease # GitHub Copilot CLI
];
} Package Definition
{
"pname": "copilot-cli_prerelease",
"version": "0.0.370-6",
"src": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.370-6/copilot-darwin-arm64.tar.gz",
"sha256": "2a860e01b66429e305d25ec09e7ed1844c396d178e3a41e3e9abaf6622193316"
},
"installPhase": [
"mkdir -p \"$out/bin\" && ln -s \"copilot\" \"$out/bin/copilot\""
],
"meta": {
"description": "Brings the power of Copilot coding agent directly to your terminal",
"homepage": "https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli"
}
}