github-copilot: revert workaround since it was integrated upstream

This commit is contained in:
Christoph Hollizeck 2026-03-23 23:48:40 +01:00
parent 772b38a246
commit b13a2f1ca1

View file

@ -4,9 +4,7 @@
{ pkgs, ... }:
{
home.packages = [
(pkgs.github-copilot-cli.overrideAttrs (oldAttrs: {
postInstall = "";
}))
pkgs.github-copilot-cli
];
programs = {