Skip to content

Commit

Permalink
material-icon-theme: init at 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Dec 8, 2020
1 parent 7ad97ab commit b43c42d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vscode-extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,18 @@ let

matklad.rust-analyzer = callPackage ./rust-analyzer {};

pkief.material-icon-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "material-icon-theme";
publisher = "pkief";
version = "4.4.0";
sha256 = "1m9mis59j9xnf1zvh67p5rhayaa9qxjiw9iw847nyl9vsy73w8ya";
};
meta = {
license = stdenv.lib.licenses.mit;
};
};

scala-lang.scala = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "scala";
Expand Down

0 comments on commit b43c42d

Please sign in to comment.