Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-22 12:43:02 +00:00
committed by GitHub
136 changed files with 688 additions and 176 deletions
+12
View File
@@ -345,6 +345,18 @@ let
};
};
mikestead.dotenv = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dotenv";
publisher = "mikestead";
version = "1.0.1";
sha256 = "sha256-dieCzNOIcZiTGu4Mv5zYlG7jLhaEsJR05qbzzzQ7RWc=";
};
meta = {
license = lib.licenses.mit;
};
};
mskelton.one-dark-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "one-dark-theme";