nixos/pkgsets/haskell-tools.nix

11 lines
133 B
Nix

{
config,
pkgs,
...
}:
{
config.machine.pkgsets.haskell-tools.pkgs = with pkgs; [
cabal-install
hlint
]; # ghcid
}