feat(tvix/cli): add helper for populating derivation outputs
Adds a small helper function which uses a Nix value supplied to
`builtins.derivation{Strict}` to populate the `outputs` field of the
`Derivation` struct.
Change-Id: Iccc7a4f293b3d913140aed576a573a8992241e46
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7898
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
parent
1028aff105
commit
c6811f0cea
2 changed files with 89 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
mod derivation;
|
||||
mod errors;
|
||||
mod known_paths;
|
||||
mod nix_compat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue