From 22d9eeef79830899e6d8ff1360d6df0958ec5fc7 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 22 Jul 2024 23:15:15 +0200 Subject: [PATCH] fixup! fix(build): use per-worker slot store --- buildbot_nix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index 06474f5..3ed6178 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -628,9 +628,9 @@ def nix_build_config( command=[ "nix", "copy", + "--derivation", "--to", "../store", - "--no-check-sigs", util.Interpolate("%(prop:drv_path)s^*") ] )