fix(build): use per-worker slot store
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
8121e24f44
commit
56519a81c3
1 changed files with 2 additions and 0 deletions
|
@ -641,6 +641,8 @@ def nix_build_config(
|
|||
str(60 * 20),
|
||||
"--builders",
|
||||
builders_spec,
|
||||
"--store",
|
||||
"../store",
|
||||
"--out-link",
|
||||
util.Interpolate("result-%(prop:attr)s"),
|
||||
util.Interpolate("%(prop:drv_path)s^*"),
|
||||
|
|
Loading…
Reference in a new issue