Adds packages and VSCode extension

This commit is contained in:
Abhinav Sarkar 2023-04-27 19:32:40 +05:30
parent 4dc3024f51
commit ec7734fbbf
3 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,7 @@ let
tree tree
]; ];
miscPackages = with pkgs; [ miscPackages = with pkgs; [
cabal2nix
cloc cloc
comma comma
dua dua

View File

@ -25,6 +25,7 @@ in {
davidanson.vscode-markdownlint davidanson.vscode-markdownlint
dotjoshjohnson.xml dotjoshjohnson.xml
esbenp.prettier-vscode esbenp.prettier-vscode
golang.go
haskell.haskell haskell.haskell
jdinhlife.gruvbox jdinhlife.gruvbox
jebbs.plantuml jebbs.plantuml

View File

@ -53,6 +53,12 @@
version = "1.82.15"; version = "1.82.15";
sha256 = "1nfgfi827xiz347dmdyk3d5yhfjlaz1lx9ygssxjdm89zgpw13xz"; sha256 = "1nfgfi827xiz347dmdyk3d5yhfjlaz1lx9ygssxjdm89zgpw13xz";
} }
{
name = "go";
publisher = "golang";
version = "0.38.0";
sha256 = "0i2kmlabpsvrb02ljy9asdlhqssm6as3h438rq0lx67qbjwsirf0";
}
{ {
name = "haskell"; name = "haskell";
publisher = "haskell"; publisher = "haskell";