nixos/pkgsets/haskell-tools.nix

12 lines
133 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
}