mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #145518 from matthewmazzanti/nix_2_4-metrics
This commit is contained in:
commit
7460662db8
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ runCommand "nixpkgs-metrics"
|
|||
#requiredSystemFeatures = [ "benchmark" ]; # dedicated machine, by @vcunat last time
|
||||
}
|
||||
''
|
||||
export NIX_STATE_DIR=$TMPDIR
|
||||
export NIX_STORE_DIR=$TMPDIR/store
|
||||
export NIX_STATE_DIR=$TMPDIR/state
|
||||
export NIX_PAGER=
|
||||
nix-store --init
|
||||
|
||||
|
|
Loading…
Reference in a new issue