Files

8 lines
150 B
Nix

# shell-hoogle.nix
let
project = import ./default.nix {};
in
project.shellFor {
packages = ps: [ps.my-package];
withHoogle = true;
}