forked from the-distro/ofborg
Merge remote-tracking branch 'origin/released' into next
This commit is contained in:
commit
0fe4534e62
|
@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
"jtojnar",
|
||||
"lheckemann",
|
||||
"lnl7",
|
||||
"makefu",
|
||||
"mic92",
|
||||
"nequissimus",
|
||||
"orivej",
|
||||
|
|
Loading…
Reference in a new issue