Skip to content

Commit

Permalink
flake: Update flake.lock (#344)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent f8fc447 commit d36a1ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions infra/makemake/buildbot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ in {
cachix = {
enable = true;
name = "ngi";
# https://github.com/nix-community/buildbot-nix/pull/241
authTokenFile = config.sops.secrets."cachix".path;
auth.authToken.file = config.sops.secrets."cachix".path;
};
};

Expand Down

0 comments on commit d36a1ba

Please sign in to comment.