summary refs log tree commit diff
path: root/nixos/modules/services/development/hoogle.nix
Commit message (Collapse)AuthorAge
* nixos/hoogle: add home option (#44103)Isaac Shapira2018-07-30
|
* hoogle service: fixupsJoachim Fasting2016-04-22
| | | | | | | | | | | | Basic hardening - Run as nobody:nogroup with a private /tmp, /home & /run/user - Create working directory under /run (hoogle insists on writing to cwd and otherwise returns "something went wrong" to every query) Option tweaks - Provide a default for the haskellPackage option - Set text values for defaults - Move hoogleEnv to the top-level & simplify it
* hoogle service: initWilliam Casarin2016-04-22