Merge pull request #108728 from rhoriguchi/vscode-extensions/nixfmt-vscode
vscode-extensions.brettm12345.nixfmt-vscode: init at 0.0.1
This commit is contained in:
commit
a98302aa9b
@ -63,6 +63,18 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
brettm12345.nixfmt-vscode = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "nixfmt-vscode";
|
||||||
|
publisher = "brettm12345";
|
||||||
|
version = "0.0.1";
|
||||||
|
sha256 = "07w35c69vk1l6vipnq3qfack36qcszqxn8j3v332bl0w6m02aa7k";
|
||||||
|
};
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
license = licenses.mpl20;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
cmschuetz12.wal = buildVscodeMarketplaceExtension {
|
cmschuetz12.wal = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "wal";
|
name = "wal";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user