Document meta checking

This commit is contained in:
Graham Christensen 2018-02-19 10:01:58 -05:00
parent 320deb9784
commit d40623f7f7
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -137,6 +137,13 @@ Nixpkgs evals are run like:
> --show-trace
# Running meta checks locally
```
$ curl -o outpaths.nix https://raw.githubusercontent.com/NixOS/ofborg/released/ofborg/src/outpaths.nix
$ nix-env -f ./outpaths.nix -qaP --no-name --out-path --arg checkMeta true > out-paths
```
---