haskell support

This commit is contained in:
Cyryl Płotnicki 2019-08-25 08:18:06 +01:00
parent 42a2fc75ec
commit 399ef78c8a
2 changed files with 13 additions and 0 deletions

View file

@ -14,6 +14,7 @@ in
}; };
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
cabal-install stack
wirelesstools ranger xpdf apvlv unstable.xidlehook blueman wirelesstools ranger xpdf apvlv unstable.xidlehook blueman
fontconfig nodejs rustup gcc gdb steam fontconfig nodejs rustup gcc gdb steam
binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy

View file

@ -18,6 +18,18 @@ in
(unstable.vscode-with-extensions.override { (unstable.vscode-with-extensions.override {
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ms-python.python ] vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ms-python.python ]
++ vscode-utils.extensionsFromVscodeMarketplace [ ++ vscode-utils.extensionsFromVscodeMarketplace [
{
publisher = "justusadam";
name = "language-haskell";
version = "2.6.0";
sha256 = "1891pg4x5qkh151pylvn93c4plqw6vgasa4g40jbma5xzq8pygr4";
}
{
publisher = "UCL";
name = "haskelly";
version = "0.5.5";
sha256 = "0s6a3hdckn2ssk7wkxdv09c0gjk4g0h8071bf7x8br0brnnrwsgi";
}
{ {
publisher = "TabNine"; publisher = "TabNine";
name = "tabnine-vscode"; name = "tabnine-vscode";