feat(tvix/derivation): add nix drv path generation to Derivation
This adds a function to generate the derivation path. The computation is based on the Go implementation. Change-Id: Iae89db4976f5fd9208f0453f73688689a245cd66 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7729 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
79c05f3810
commit
6f993b8bde
7 changed files with 137 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
mod nix_hash;
|
||||
mod output;
|
||||
mod string_escape;
|
||||
mod write;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue