github-copilot-cli: temp fix

This commit is contained in:
Christoph Hollizeck 2026-03-17 11:26:27 +01:00
parent c3af74c284
commit 65311cba8b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7

View file

@ -3,7 +3,11 @@
homeManager.dev =
{ pkgs, ... }:
{
home.packages = [ pkgs.github-copilot-cli ];
home.packages = [
(pkgs.github-copilot-cli.overrideAttrs (oldAttrs: {
postInstall = "";
}))
];
programs = {
gh-dash = {