Commit 5d5ae1a54647

Vincent Demeester <vincent@sbr.pm>
2026-01-26 09:54:33
fix(gh): remove deprecated gh-copilot extension
The gh-copilot package has been removed from nixpkgs as it has been deprecated and archived upstream. We already have copilot-cli installed via flake input in home/common/dev/ai.nix, so removing this extension doesn't affect functionality. This fixes the nix-flake-updater service which was failing to build due to the removed package. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e1da5a4
Changed files (1)
home
common
shell
home/common/shell/gh.nix
@@ -3,7 +3,6 @@
   programs.gh = {
     enable = true;
     extensions = with pkgs; [
-      gh-copilot
       gh-dash
       gh-f
       gh-poi