github-copilot: revert workaround since it was integrated upstream
This commit is contained in:
parent
772b38a246
commit
b13a2f1ca1
1 changed files with 1 additions and 3 deletions
|
|
@ -4,9 +4,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = [
|
home.packages = [
|
||||||
(pkgs.github-copilot-cli.overrideAttrs (oldAttrs: {
|
pkgs.github-copilot-cli
|
||||||
postInstall = "";
|
|
||||||
}))
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue