You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ uses the [icu4c](http://icu-project.org/apiref/icu4c/) library to build.
20
20
If you have the Nix package manager installed, the easiest way to obtain
21
21
`hackage-server`'s dependencies is using the Nix shell:
22
22
23
-
nix-shell
23
+
nix-shell --pure
24
24
25
-
Note: `libbrotli-dev` has to be installed manually.
25
+
Nix dependencies are managed by [Niv](https://github.com/nmattia/niv). Pull the latest version of the current [channel](https://nixos.wiki/wiki/Nix_channels) with `niv update`. Upgrade to a newer channel by editing `nix/sources.json`, and then `niv update`.
0 commit comments