Skip to content

Commit

Permalink
infra/makemake: fix cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and fricklerhandwerk committed Aug 13, 2024
1 parent c43fab9 commit d9338c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/makemake/buildbot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ in {
cachix = {
enable = true;
name = "ngi";
auth.authToken.file = config.sops.secrets."cachix".path;
# https://github.com/nix-community/buildbot-nix/pull/241
authTokenFile = config.sops.secrets."cachix".path;
};
};

Expand Down

0 comments on commit d9338c0

Please sign in to comment.