From be7f64ac87ee00aa13b0629ef4b927e14cc30e05 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 23 Jan 2023 15:19:27 +0300 Subject: refactor(tvix/derivation): minor structure simplification Fixes some module comments and embeds the `compress_hash` function in the `derivation` module, as it was not used outside of this module anyways. Change-Id: I6c5c92b3f0c03c2cdcbcfc2f813909a968c4d44c Reviewed-on: https://cl.tvl.fyi/c/depot/+/7905 Tested-by: BuildkiteCI Reviewed-by: flokli --- tvix/derivation/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/derivation/src/lib.rs') diff --git a/tvix/derivation/src/lib.rs b/tvix/derivation/src/lib.rs index 01b7552a6f18..4f17c3906e4c 100644 --- a/tvix/derivation/src/lib.rs +++ b/tvix/derivation/src/lib.rs @@ -1,6 +1,5 @@ mod derivation; mod errors; -mod nix_hash; mod output; mod string_escape; mod validate; -- cgit 1.4.1