forked from mirrors/nixpkgs
doc: fix some indent
This commit is contained in:
parent
ab118f3847
commit
65f24643a8
|
@ -352,9 +352,9 @@ you want them to come from. Add the following to `configuration.nix`.
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
services.hoogle = {
|
services.hoogle = {
|
||||||
enable = true;
|
enable = true;
|
||||||
packages = (hpkgs: with hpkgs; [text cryptonite]);
|
packages = (hpkgs: with hpkgs; [text cryptonite]);
|
||||||
haskellPackages = pkgs.haskellPackages;
|
haskellPackages = pkgs.haskellPackages;
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue