packages: update vscode

This commit is contained in:
2023-09-19 18:35:38 +08:00
parent b003a1be43
commit 52fd57469e
2 changed files with 13 additions and 3 deletions

6
flake.lock generated
View File

@@ -941,11 +941,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1694855183,
"narHash": "sha256-WhYl7OMx0+QBzavtLQwghN1cZGmqfeWsZpmk9zJLkjs=",
"lastModified": 1695119717,
"narHash": "sha256-dWbPC/HjvG15hkvx/aCPwMAglU+qMJC8UDrOa874PUo=",
"owner": "CHN-beta",
"repo": "nixpkgs",
"rev": "2c861d560da5e65325d06cd9a106a59a4c70bdb8",
"rev": "9174ca6e883d49dbf78ec5394dfa550621e15ba1",
"type": "github"
},
"original": {

View File

@@ -288,6 +288,16 @@ inputs:
(
vscode-with-extensions.override
{
vscode = (vscode.override { isInsiders = true; }).overrideAttrs
{
src = fetchurl
{
name = "VSCode_latest_linux-x64.tar.gz";
url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
sha256 = "1553n0gizb9hhkyyga9mgglns6k7xr85h90gk0v6bzp9psnw28fv";
};
version = "latest";
};
vscodeExtensions = with nix-vscode-extensions.vscode-marketplace;
(with equinusocio; [ vsc-community-material-theme vsc-material-theme-icons ])
++ (with github; [ copilot copilot-chat copilot-labs github-vscode-theme ])