1
0
Fork 0
nixos/pkgsets/haskell-tools.nix

8 lines
121 B
Nix

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