home-manager: desktop: unpin haskell-tools-nvim plugin

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-02-16 13:57:22 +01:00
parent 22e55af706
commit 17b2bf1d27
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -178,16 +178,7 @@ in {
hash = "sha256-N3O/AvsD6Ckd62kDEN4z/K5A3SZNR15DnQeZhH6/Rr0=";
};
}))
# Pin haskell-tools-nvim to it's new 2.x.x branch
(haskell-tools-nvim.overrideAttrs (_: {
src = pkgs.fetchFromGitHub {
owner = "mrcjkb";
repo = "haskell-tools.nvim";
# 2.x.x branch; as of 16-08-2023
rev = "4e3eb5170701c2f958eba5136f3e66d717d575ad";
hash = "sha256-WFrV5jrSu5D15Fsjf3MLiShtMkN+czrTWFjVXgxSD+o=";
};
}))
haskell-tools-nvim
] ++ (with nvim-treesitter-parsers; [
c
css