We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc26e1 commit b246b70Copy full SHA for b246b70
buildbot_effects/buildbot_effects/__init__.py
@@ -190,6 +190,7 @@ def run_effects(
190
env["HERCULES_CI_SECRETS_JSON"] = "/run/secrets.json"
191
env["NIX_BUILD_TOP"] = "/build"
192
env["TMPDIR"] = "/tmp" # noqa: S108
193
+ env["NIX_REMOTE"] = "daemon"
194
clear_env = set()
195
clear_env.add("TMP")
196
clear_env.add("TEMP")
@@ -235,6 +236,9 @@ def run_effects(
235
236
"/nix/store",
237
"--hostname",
238
"hercules-ci",
239
+ "--bind",
240
+ "/nix/var/nix/daemon-socket/socket",
241
242
]
243
244
with NamedTemporaryFile() as tmp:
0 commit comments