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-1",
"src": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.370-1/copilot-darwin-arm64.tar.gz",
"sha256": "0541ab7d4f10ae01e2d77993065704bcee9002020e35cc227aead55bfddc33fd"
},
"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"
}
}