mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode-vlang: init
This commit is contained in:
parent
cb8e891a3e
commit
af827bb445
2 changed files with 11 additions and 0 deletions
|
@ -18,6 +18,7 @@ rec
|
||||||
security-wordlists = pkg ./wordlists.nix { };
|
security-wordlists = pkg ./wordlists.nix { };
|
||||||
SpaceCadetPinball = pkg ./SpaceCadetPinball { };
|
SpaceCadetPinball = pkg ./SpaceCadetPinball { };
|
||||||
stretchy-spaces = pkg ./stretchy-spaces { };
|
stretchy-spaces = pkg ./stretchy-spaces { };
|
||||||
|
vscode-vlang = pkg ./vscode-vlang { };
|
||||||
webshells = pkg ./webshells { };
|
webshells = pkg ./webshells { };
|
||||||
weevely = pkg ./weevely { };
|
weevely = pkg ./weevely { };
|
||||||
}
|
}
|
||||||
|
|
10
pkgs/vscode-vlang/default.nix
Normal file
10
pkgs/vscode-vlang/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ vscode-utils }:
|
||||||
|
|
||||||
|
vscode-utils.buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
publisher = "vlanguage";
|
||||||
|
name = "vscode-vlang";
|
||||||
|
version = "0.1.11";
|
||||||
|
sha256 = "sha256-eALgU5bWrV4wOJ9gPCL3vHbBIkO7MjeLYkwvkouGFSE=";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue