Skip to content

chore(deps): bump the flake-inputs group with 4 updates - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nix/flake-inputs-aa70888521
Open

chore(deps): bump the flake-inputs group with 4 updates#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nix/flake-inputs-aa70888521

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown

Bumps the flake-inputs group with 4 updates: flake-parts, niks3, nixpkgs and treefmt-nix.

Updates flake-parts from f20dc5d to 427bf4b

Commits
  • 427bf4b Merge pull request #370 from hercules-ci/flake-update
  • 4ce7941 dev/flake.lock: Update
  • 017ed99 flake.lock: Update
  • 17c9d6c Merge pull request #358 from hercules-ci/flake-update
  • 8b9498d dev/flake.lock: Update
  • 43c3ec8 flake.lock: Update
  • 3561d1a dev/flake.lock: Update
  • e319b40 flake.lock: Update
  • f7c1a2d Merge pull request #355 from hercules-ci/fix-doc-for-isolated-doc-evals
  • 5bce60a doc: fix touchup link for isolated doc evals
  • Additional commits viewable in compare view

Updates niks3 from v1.4.0 to v1.8.0

Release notes

Sourced from niks3's releases.

v1.8.0

Release 1.8.0

Highlights

  • Prometheus metrics: The server now exposes metrics at /metrics for monitoring uploads, requests, and cache health. (#428)
  • Cache statistics on the landing page: The landing page now displays cache stats, with a configurable stats URL. (#429, #430)
  • Configurable maximum NAR size: Administrators can now enforce a server-side limit on uploaded NAR sizes; the client respects it. (#448)
  • Darwin auto-upload module: New nix-darwin module to automatically upload builds to your cache, contributed by @​cterence. (#444)

Reliability improvements

  • Redundant multipart uploads are now aborted when a NAR upload completes, avoiding leftover partial uploads in S3. (#426)
  • Upload completion errors are treated as success when the object already exists, making retries more robust. (#427)
  • NARs are now properly recorded in the objects table on multipart completion, thanks to @​NorfairKing. (#447)

Breaking changes

  • Dropped support for x86_64-darwin. (#442)

New Contributors

Full Changelog: Mic92/niks3@v1.7.0...v1.8.0

v1.7.0

New features

  • Cache pinning (#155 by @​Mic92): Pin store paths in your cache so they survive garbage collection. The new niks3 pin CLI command keeps specific paths around regardless of retention policy, with full server-side support. See the Pinning docs.
  • Configurable S3 bucket addressing style (#417 by @​cterence): Choose between path-style and virtual-hosted-style bucket addressing via a CLI flag or environment variable. Fixes crash loops with S3 providers that reject path-style requests (HTTP 400) and that the minio-go library can't auto-detect.

Bug fixes

  • Fix SQLITE_BUSY errors under concurrent load (#411 by @​Mic92): The hook queue's journal_mode=WAL and busy_timeout pragmas were only applied to a single pooled connection. Concurrent enqueue and worker connections opened without them and failed immediately instead of retrying. Both pragmas now live in the DSN so every connection inherits them. Fixes #409.

v1.6.1

... (truncated)

Commits
  • 61501c4 Merge 6465d6d3087e1bd90f55b3fac08d4f3a9e48675a into gitea-mq/batch/507346
  • 6465d6d build(deps): bump treefmt-nix in the nix group across 1 directory
  • c876e35 Merge pull request #455 from Mic92/release-1.8.0
  • d3c2139 bump version 1.8.0
  • 1610630 niks3-docker: don't rebuild go
  • b2e7b33 switch to nixpkgs's rustfs
  • 07d23e5 README: remove FileHash/FileSize from documentation
  • ce7cd4b Merge pull request #452 from Mic92/dependabot/go_modules/gomod-ff5fffd062
  • 8e22bee update vendorHash
  • d6ca2dc build(deps): bump the gomod group with 2 updates
  • Additional commits viewable in compare view

Updates nixpkgs from 46db2e0 to b7c2ada

Commits

Updates treefmt-nix from 71b125c to ae79109

Commits
  • ae79109 just: add indentation option (#526)
  • d1187f8 build.wrapper: optional attribute access (#471)
  • df3c064 Merge pull request #523 from xilec/drop-x86_64-darwin
  • 2bfd9d8 Drop x86_64-darwin from supported systems
  • db94781 Merge pull request #502 from Enzime/push-oulmsxtltyrz
  • c6263e7 actionlint: lint Gitea and Forgejo workflows
  • 790751f Merge pull request #495 from drupol/push-zxxruvzrxqum
  • accd927 json-sort-cli: fix command options
  • 7592596 Merge pull request #490 from josh/prettier
  • 105a05b prettier: use top-level package
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the flake-inputs group with 4 updates: [flake-parts](https://github.com/hercules-ci/flake-parts), [niks3](https://github.com/Mic92/niks3), [nixpkgs](https://github.com/NixOS/nixpkgs) and [treefmt-nix](https://github.com/numtide/treefmt-nix).


Updates `flake-parts` from `f20dc5d` to `427bf4b`
- [Commits](hercules-ci/flake-parts@f20dc5d...427bf4b)

Updates `niks3` from v1.4.0 to v1.8.0
- [Release notes](https://github.com/Mic92/niks3/releases)
- [Commits](Mic92/niks3@bb87dcb...61501c4)

Updates `nixpkgs` from `46db2e0` to `b7c2ada`
- [Commits](NixOS/nixpkgs@46db2e0...b7c2ada)

Updates `treefmt-nix` from `71b125c` to `ae79109`
- [Commits](numtide/treefmt-nix@71b125c...ae79109)

---
updated-dependencies:
- dependency-name: flake-parts
  dependency-version: 427bf4bd9435fdf21321c8cc628c24efc14c0f7a
  dependency-type: direct:production
  dependency-group: flake-inputs
- dependency-name: niks3
  dependency-version: 61501c4223ec3ad804c20625128cab1155166041
  dependency-type: direct:production
  dependency-group: flake-inputs
- dependency-name: nixpkgs
  dependency-version: b7c2ada94fe99c15b0dbcf4d11fd7850b957a436
  dependency-type: direct:production
  dependency-group: flake-inputs
- dependency-name: treefmt-nix
  dependency-version: ae7910970dddc408fe6ab1c8e4b277bb21d72dc0
  dependency-type: direct:production
  dependency-group: flake-inputs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nix Pull requests that update nix code labels Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file nix Pull requests that update nix code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants