nixos/pkgsets/haskell-tools.nix

8 lines
121 B
Nix
Raw Normal View History

{
2023-09-11 20:23:04 +02:00
config,
pkgs,
...
}: {
config.machine.pkgsets.haskell-tools.pkgs = with pkgs; [cabal-install hlint]; # ghcid
}