7 lines
121 B
Nix
7 lines
121 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
config.machine.pkgsets.haskell-tools.pkgs = with pkgs; [cabal-install hlint]; # ghcid
|
|
}
|