Update pkgs/vscode-insiders/default.nix
Some checks failed
CI / list-packages (push) Successful in 2s
CI / build (helium) (push) Successful in 4s
CI / build (pjsk-cursor) (push) Successful in 2s
CI / build (waterfox-bin) (push) Has been cancelled
CI / build (xcursor-mizuki) (push) Has been cancelled
CI / check (push) Successful in 4s
CI / build (vscode-insiders) (push) Has been cancelled
Some checks failed
CI / list-packages (push) Successful in 2s
CI / build (helium) (push) Successful in 4s
CI / build (pjsk-cursor) (push) Successful in 2s
CI / build (waterfox-bin) (push) Has been cancelled
CI / build (xcursor-mizuki) (push) Has been cancelled
CI / check (push) Successful in 4s
CI / build (vscode-insiders) (push) Has been cancelled
This commit is contained in:
parent
8c8d696346
commit
4ea2f6c218
1 changed files with 6 additions and 2 deletions
|
|
@ -16,14 +16,18 @@ in
|
|||
|
||||
buildInputs = (oldAttrs.buildInputs or []) ++ [ pkgs.krb5 pkgs.libsoup_3 pkgs.webkitgtk_4_1 ];
|
||||
|
||||
|
||||
prePatch = ''
|
||||
${oldAttrs.prePatch or ""}
|
||||
mkdir -p resources/app/node_modules/@vscode/ripgrep/bin
|
||||
touch resources/app/node_modules/@vscode/ripgrep/bin/rg
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
${oldAttrs.preFixup or ""}
|
||||
rm -rf resources/app/node_modules/@github/copilot-linuxmusl-x64
|
||||
'';
|
||||
|
||||
meta = (oldAttrs.meta or {}) // {
|
||||
mainProgram = "code-insiders";
|
||||
};
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue