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