Override ms-vscode extension
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m46s
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m46s
This commit is contained in:
parent
eff1ad5920
commit
053bd6f6a7
@ -16,7 +16,16 @@
|
|||||||
catppuccin.catppuccin-vsc-icons
|
catppuccin.catppuccin-vsc-icons
|
||||||
golang.go
|
golang.go
|
||||||
vscodevim.vim
|
vscodevim.vim
|
||||||
ms-python.python
|
(ms-python.python.overrideAttrs {
|
||||||
|
src =
|
||||||
|
lib.warn "Overriden ms-vscode until #387839 merged" pkgs.vscode-utils.fetchVsixFromVscodeMarketplace
|
||||||
|
{
|
||||||
|
name = "python";
|
||||||
|
publisher = "ms-python";
|
||||||
|
version = "2025.2.0";
|
||||||
|
hash = "sha256-f573A/7s8jVfH1f3ZYZSTftrfBs6iyMWewhorX4Z0Nc=";
|
||||||
|
};
|
||||||
|
})
|
||||||
ms-vscode-remote.remote-ssh
|
ms-vscode-remote.remote-ssh
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
mkhl.direnv
|
mkhl.direnv
|
||||||
|
Loading…
Reference in New Issue
Block a user