mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
vscode-extensions.coolbear.systemd-unit-file: init at 1.0.6
This commit is contained in:
parent
c6256758ae
commit
1aacbf108d
1 changed files with 13 additions and 0 deletions
|
@ -245,6 +245,19 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
coolbear.systemd-unit-file = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
publisher = "coolbear";
|
||||||
|
name = "systemd-unit-file";
|
||||||
|
version = "1.0.6";
|
||||||
|
sha256 = "0sc0zsdnxi4wfdlmaqwb6k2qc21dgwx6ipvri36x7agk7m8m4736";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
maintainers = with lib.maintainers; [ kamadorueda ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
dbaeumer.vscode-eslint = buildVscodeMarketplaceExtension {
|
dbaeumer.vscode-eslint = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-eslint";
|
name = "vscode-eslint";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue