vscode-extensions.B4dM4n.vscode-nixpkgs-fmt: init

This commit is contained in:
happysalada 2021-05-30 22:15:00 +09:00 committed by Raphael Megzari
parent 6094bec3c3
commit 79c75e54e5

View file

@ -87,6 +87,18 @@ let
};
};
B4dM4n.vscode-nixpkgs-fmt = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "nixpkgs-fmt";
publisher = "B4dM4n";
version = "0.0.1";
sha256 = "sha256-vz2kU36B1xkLci2QwLpl/SBEhfSWltIDJ1r7SorHcr8=";
};
meta = with lib; {
license = licenses.mit;
};
};
baccata.scaladex-search = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "scaladex-search";
@ -702,7 +714,8 @@ let
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh { };
ms-python.python = let
ms-python.python =
let
raw-package = callPackage ./python {
extractNuGet = callPackage ./python/extract-nuget.nix { };
};