Adds packages and VSCode extension

nix-darwin
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
];
miscPackages = with pkgs; [
cabal2nix
cloc
comma
dua

View File

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

View File

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