mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
packages: update vscode
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -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": {
|
||||
|
||||
@@ -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 ])
|
||||
|
||||
Reference in New Issue
Block a user