Merge remote-tracking branch 'origin/released' into next

This commit is contained in:
Graham Christensen 2018-02-21 19:22:26 -05:00
commit 0fe4534e62
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 9 additions and 1 deletions

View file

@ -45,7 +45,7 @@ Commands:
@grahamcofborg test list of tests
```
This will run `nix-build ./nixos/release.nix -A tests.list -A tests.of -A tests.attrs` in
This will run `nix-build ./nixos/release.nix -A tests.list -A tests.of -A tests.tests` in
the nixpkgs checkout. Note: this will only run on x86_64-linux machines.
### eval
@ -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
$ GC_INITIAL_HEAP_SIZE=4g nix-env -f ./outpaths.nix -qaP --no-name --out-path --arg checkMeta true > out-paths
```
---

View file

@ -30,6 +30,7 @@
"jtojnar",
"lheckemann",
"lnl7",
"makefu",
"mic92",
"nequissimus",
"orivej",