Skip to content

build(deps): bump nix-eval-jobs from v2.34.1 to v2.34.3#1819

Merged
Mic92 merged 1 commit into
masterfrom
dependabot/nix/nix-eval-jobs-v2.34.3
Jul 7, 2026
Merged

build(deps): bump nix-eval-jobs from v2.34.1 to v2.34.3#1819
Mic92 merged 1 commit into
masterfrom
dependabot/nix/nix-eval-jobs-v2.34.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps nix-eval-jobs from v2.34.1 to v2.34.3.

Release notes

Sourced from nix-eval-jobs's releases.

v2.34.3

What's Changed

Full Changelog: NixOS/nix-eval-jobs@v2.34.2...v2.34.3

v2.34.2

Fixes

  • Faster cache-status checks. When --check-cache-status is enabled, nix-eval-jobs now skips the binary-cache query for a derivation as soon as it finds that the outputs can be substituted, instead of always querying every output. This reduces network round-trips and speeds up evaluation against remote caches (@​Mic92, #414).

  • Daemon-only settings no longer warn. Config keys that only apply to the Nix daemon (such as allowed-users and trusted-users) could still trigger "unknown setting" warnings because the code registering them was dropped by the linker. The settings are now reliably registered before nix.conf is read, so the warnings stay silent (@​booxter, #416).

  • Safer /nix/store mounts when run as root. Running nix-eval-jobs as root could cause /nix/store to be remounted without its ro,nosuid,nodev flags on the host. nix-eval-jobs now unshares its mount namespace first, matching Nix's own behavior, so the host store mount is left untouched (@​tomberek, #417NixOS/nix#13242

Internal

  • Constituent/aggregate jobs now reuse Nix's fillInOutputPaths instead of computing output hashes by hand, keeping output-path derivation in sync with Nix (@​amaanq, #408).

New contributors

Full changelog: NixOS/nix-eval-jobs@v2.34.1...v2.34.2

#408: NixOS/nix-eval-jobs#408 #414: NixOS/nix-eval-jobs#414 #416: NixOS/nix-eval-jobs#416 #417: NixOS/nix-eval-jobs#417 NixOS/nix#13242NixOS/nix#13242 NixOS/nixpkgs#177946NixOS/nixpkgs#177946

Commits
  • 4b56d78 Merge pull request #423 from NixOS/merge-when-green-joerg
  • 634a321 release 2.34.3
  • 772b42d Merge pull request #422 from NixOS/merge-when-green-joerg
  • 4fc702b pre-initialize fetcher cache before spawning workers
  • 86c1f29 Merge pull request #421 from NixOS/merge-when-green-joerg
  • a0ff96d release 2.34.2
  • d9ec9db Merge pull request #419 from Mic92/unity-builds
  • f974c46 enable unity builds by default
  • 4f32b61 Merge pull request #417 from tomberek/unshare-mount-ns-as-root
  • 0d3b0af nix-eval-jobs: unshare mount namespace when running as root
  • Additional commits viewable 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nix-eval-jobs](https://github.com/NixOS/nix-eval-jobs) from v2.34.1 to v2.34.3.
- [Release notes](https://github.com/NixOS/nix-eval-jobs/releases)
- [Commits](NixOS/nix-eval-jobs@65ebf5b...4b56d78)

---
updated-dependencies:
- dependency-name: nix-eval-jobs
  dependency-version: 4b56d787e5add67e8f732365a60f590e3efdd5bc
  dependency-type: direct:production
...

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 Jun 30, 2026
@Mic92 Mic92 added this pull request to the merge queue Jul 7, 2026
Merged via the queue into master with commit 896db91 Jul 7, 2026
2 checks passed
@Mic92 Mic92 deleted the dependabot/nix/nix-eval-jobs-v2.34.3 branch July 7, 2026 19:04
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.

1 participant