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

6 lines
118 B
Nix

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