Merge pull request #55138 from oxij/tree/random-fixes

random cleanups and a tiny fix
This commit is contained in:
Michael Raskin
2019-02-13 20:16:07 +00:00
committed by GitHub
3 changed files with 173 additions and 173 deletions
+3 -3
View File
@@ -352,9 +352,9 @@ you want them to come from. Add the following to `configuration.nix`.
```nix
services.hoogle = {
enable = true;
packages = (hpkgs: with hpkgs; [text cryptonite]);
haskellPackages = pkgs.haskellPackages;
enable = true;
packages = (hpkgs: with hpkgs; [text cryptonite]);
haskellPackages = pkgs.haskellPackages;
};
```