mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
8 lines
150 B
Nix
8 lines
150 B
Nix
# shell-hoogle.nix
|
|
let
|
|
project = import ./default.nix {};
|
|
in
|
|
project.shellFor {
|
|
packages = ps: [ps.my-package];
|
|
withHoogle = true;
|
|
} |