Skip to content

Commit d9338c0

Browse files
wegankfricklerhandwerk
authored andcommitted
infra/makemake: fix cachix
1 parent c43fab9 commit d9338c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/makemake/buildbot.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ in {
2323
cachix = {
2424
enable = true;
2525
name = "ngi";
26-
auth.authToken.file = config.sops.secrets."cachix".path;
26+
# https://github.com/nix-community/buildbot-nix/pull/241
27+
authTokenFile = config.sops.secrets."cachix".path;
2728
};
2829
};
2930

0 commit comments

Comments
 (0)