diff --git a/README.md b/README.md index 523169e..aeb2ce5 100644 --- a/README.md +++ b/README.md @@ -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 +``` + --- diff --git a/config.public.json b/config.public.json index 5d868a0..ebc723f 100644 --- a/config.public.json +++ b/config.public.json @@ -30,6 +30,7 @@ "jtojnar", "lheckemann", "lnl7", + "makefu", "mic92", "nequissimus", "orivej",