Loading pkgs/misc/vscode-extensions/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,18 @@ in }; }; haskell.haskell = buildVscodeMarketplaceExtension { mktplcRef = { name = "haskell"; publisher = "haskell"; version = "1.1.0"; sha256 = "1wg06lyk0qn9jd6gi007sg7v0z9z8gwq7x2449d4ihs9n3w5l0gb"; }; meta = with stdenv.lib; { license = licenses.mit; }; }; james-yu.latex-workshop = buildVscodeMarketplaceExtension { mktplcRef = { name = "latex-workshop"; Loading Loading
pkgs/misc/vscode-extensions/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,18 @@ in }; }; haskell.haskell = buildVscodeMarketplaceExtension { mktplcRef = { name = "haskell"; publisher = "haskell"; version = "1.1.0"; sha256 = "1wg06lyk0qn9jd6gi007sg7v0z9z8gwq7x2449d4ihs9n3w5l0gb"; }; meta = with stdenv.lib; { license = licenses.mit; }; }; james-yu.latex-workshop = buildVscodeMarketplaceExtension { mktplcRef = { name = "latex-workshop"; Loading