Skip to content

Commit a463136

Browse files
committed
fix NIX_CONFIG overridden in cicero job
The bug was introduced in e9dc3a1 but was not noticed until 5e224be as that caused the nix sandbox to fail.
1 parent 51580e6 commit a463136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cloud/nomadEnvs/cicero/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
.job |= (
5858
.Datacenters += $args.datacenters |
5959
.TaskGroups[]?.Tasks[]? |= (
60-
.Env += {
60+
.Env |= . + {
6161
NOMAD_ADDR: env.NOMAD_ADDR,
6262
NOMAD_TOKEN: env.NOMAD_TOKEN,
6363
CICERO_WEB_URL: $args.ciceroWebUrl,

0 commit comments

Comments
 (0)