Skip to content

Commit

Permalink
Merge branch 'master' into sjakobi/hnix-0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Mar 15, 2020
2 parents 0ec0ea5 + f541c05 commit 2dc7e70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ binary-cache-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFG
binary-caches = https://cache.nixos.org https://cache.dhall-lang.org https://dhall.cachix.org
```

Since many tests require HTTP access, you should also add this setting to
your `/etc/nix/nix.conf`:

```
sandbox = false
```

You can build all of the packages by running:

```console
Expand Down

0 comments on commit 2dc7e70

Please sign in to comment.