From b13a2f1ca1727caf5d48923b682fd2cdd3e8ef8e Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Mon, 23 Mar 2026 23:48:40 +0100 Subject: [PATCH] github-copilot: revert workaround since it was integrated upstream --- modules/dev/gh.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/dev/gh.nix b/modules/dev/gh.nix index b4db2a0..ec0c9d3 100644 --- a/modules/dev/gh.nix +++ b/modules/dev/gh.nix @@ -4,9 +4,7 @@ { pkgs, ... }: { home.packages = [ - (pkgs.github-copilot-cli.overrideAttrs (oldAttrs: { - postInstall = ""; - })) + pkgs.github-copilot-cli ]; programs = {