Merge pull request #1349 from NixOS/ca-no-new-col

Allow building content-addressed derivations with hydra, minimally
This commit is contained in:
John Ericson
2024-01-26 17:54:02 -05:00
committed by GitHub
12 changed files with 184 additions and 11 deletions

View File

@ -404,3 +404,10 @@ analogous:
| `String value` | `gitea_status_repo` | *Name of the `Git checkout` input* |
| `String value` | `gitea_http_url` | *Public URL of `gitea`*, optional |
Content-addressed derivations
-----------------------------
Hydra can to a certain extent use the [`ca-derivations` experimental Nix feature](https://github.com/NixOS/rfcs/pull/62).
To use it, make sure that the Nix version you use is at least as recent as the one used in hydra's flake.
Be warned that this support is still highly experimental, and anything beyond the basic functionality might be broken at that point.