hocker/default.nix
2021-04-26 11:24:42 -07:00

8 lines
85 B
Nix

let
pkgs = import ./nix/pkgs.nix;
in
{
inherit (pkgs.haskellPackages) hocker;
}