diff --git a/README.md b/README.md index aabd8a6..aeb2ce5 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Nixpkgs evals are run like: ``` $ 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 +$ GC_INITIAL_HEAP_SIZE=4g nix-env -f ./outpaths.nix -qaP --no-name --out-path --arg checkMeta true > out-paths ``` ---