Skip to content

Commit d36a1ba

Browse files
ngi-nix-botgithub-actions[bot]wegank
authored
flake: Update flake.lock (#344)
* flake.lock: Update Flake lock file updates: • Updated input 'buildbot-nix': 'github:Mic92/buildbot-nix/ffd44eae5265cc2b89c390da33dc60e762d80a1f?narHash=sha256-Fno8hMiipYxwoVtdXngZ9ORkYXVs2fvn6NeQl7qwtvE%3D' (2024-08-11) → 'github:Mic92/buildbot-nix/685491fa1eed62439cf432a69d2600aaed48f103?narHash=sha256-jypVDy8nziPjXnIfeyX93E7BfdxVWwbnojOPJou628s%3D' (2024-08-25) • Updated input 'buildbot-nix/treefmt-nix': 'github:numtide/treefmt-nix/14c092e0326de759e16b37535161b3cb9770cea3?narHash=sha256-krGNVA30yptyRonohQ%2Bi9cnK%2BCfCpedg6z3qzqVJcTs%3D' (2024-08-10) → 'github:numtide/treefmt-nix/070f834771efa715f3e74cd8ab93ecc96fabc951?narHash=sha256-kKJtaiU5Ou%2Be/0Qs7SICXF22DLx4V/WhG1P6%2Bk4yeOE%3D' (2024-08-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/daf7bb95821b789db24fc1ac21f613db0c1bf2cb?narHash=sha256-VMg6N7MryOuvSJ8Sj6YydarnUCkL7cvMdrMcnsJnJCE%3D' (2024-08-14) → 'github:NixOS/nixpkgs/ae815cee91b417be55d43781eb4b73ae1ecc396c?narHash=sha256-zRkDV/nbrnp3Y8oCADf5ETl1sDrdmAW6/bBVJ8EbIdQ%3D' (2024-08-23) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/c7012d0c18567c889b948781bc74a501e92275d1?narHash=sha256-qbhjc/NEGaDbyy0ucycubq4N3//gDFFH3DOmp1D3u1Q%3D' (2024-08-09) → 'github:cachix/pre-commit-hooks.nix/c8a54057aae480c56e28ef3e14e4960628ac495b?narHash=sha256-9etXEOUtzeMgqg1u0wp%2BEdwG7RpmrAZ2yX516bMj2aE%3D' (2024-08-23) • Updated input 'sops-nix': 'github:Mic92/sops-nix/8ae477955dfd9cbf5fa4eb82a8db8ddbb94e79d9?narHash=sha256-3m/iyyjCdRBF8xyehf59QlckIcmShyTesymSb%2BN4Ap4%3D' (2024-08-05) → 'github:Mic92/sops-nix/be0eec2d27563590194a9206f551a6f73d52fa34?narHash=sha256-N9IcHgj/p1%2B2Pvk8P4Zc1bfrMwld5PcosVA0nL6IGdE%3D' (2024-08-12) * infra/makemake: update options --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Weijia Wang <[email protected]>
1 parent f8fc447 commit d36a1ba

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/makemake/buildbot.nix

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

0 commit comments

Comments
 (0)