mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
vscode-extensions.skyapps.fish-code: init at 0.2.1
This commit is contained in:
parent
90fc4a177f
commit
5d7f8997c6
@ -78,6 +78,18 @@ in
|
||||
extractNuGet = callPackage ./python/extract-nuget.nix { };
|
||||
};
|
||||
|
||||
skyapps.fish-vscode = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "fish-vscode";
|
||||
publisher = "skyapps";
|
||||
version = "0.2.1";
|
||||
sha256 = "0y1ivymn81ranmir25zk83kdjpjwcqpnc9r3jwfykjd9x0jib2hl";
|
||||
};
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
vscodevim.vim = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vim";
|
||||
|
Loading…
Reference in New Issue
Block a user