1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

Merge master into staging-next

This commit is contained in:
github-actions[bot] 2024-10-31 06:05:03 +00:00 committed by GitHub
commit 4f5d1a2355
Signed by: github
GPG key ID: B5690EEEBB952194
28 changed files with 3564 additions and 1331 deletions

View file

@ -6,7 +6,7 @@ This setup hook attempts to use [the `just` command runner](https://just.systems
## `buildPhase` {#just-hook-buildPhase}
This phase attempts to invoke `just` with [the default recipe](https://just.systems/man/en/chapter_23.html).
This phase attempts to invoke `just` with [the default recipe](https://just.systems/man/en/the-default-recipe.html).
[]{#just-hook-dontUseJustBuild} This behavior can be disabled by setting `dontUseJustBuild` to `true`.