Document meta checking
This commit is contained in:
parent
320deb9784
commit
d40623f7f7
|
@ -137,6 +137,13 @@ Nixpkgs evals are run like:
|
||||||
> --show-trace
|
> --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
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue