github-copilot-cli: temp fix
Signed-off-by: Christoph Hollizeck <christoph.hollizeck@hey.com>
This commit is contained in:
parent
a1bf36c584
commit
31822202f7
1 changed files with 5 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue