From 6f993b8bde8201213fe2953ea663ac387de916e3 Mon Sep 17 00:00:00 2001 From: Jürgen Hahn Date: Mon, 2 Jan 2023 16:09:18 +0100 Subject: 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 --- tvix/derivation/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/derivation/src/lib.rs') diff --git a/tvix/derivation/src/lib.rs b/tvix/derivation/src/lib.rs index a902943493d5..a8360fbafc5e 100644 --- a/tvix/derivation/src/lib.rs +++ b/tvix/derivation/src/lib.rs @@ -1,3 +1,4 @@ +mod nix_hash; mod output; mod string_escape; mod write; -- cgit 1.4.1