diff options
author | Florian Klink <flokli@flokli.de> | 2024-01-16T11·14+0200 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2024-01-18T14·30+0000 |
commit | 501827db59eb9e67ef9c637483efa5a0e5d09c06 (patch) | |
tree | 67789854b7b4984685fad4f40295a523cf0e09cf /tvix/Cargo.nix | |
parent | 12ae96cff2e925f502cee8afb4f8dcf54aba27d8 (diff) |
refactor(tvix/glue): add BuildService to TvixStoreIO r/7411
TvixStoreIO triggers builds whenever IO into a not-yet-built store path is requested, if it knows how to build that path. Change-Id: If30e9db6be2f2a30cbc9d0576f357f3ecfa0d35a Reviewed-on: https://cl.tvl.fyi/c/depot/+/10645 Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 170e53dbd22b..c779cdc43232 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -10357,6 +10357,10 @@ rec { packageId = "tracing"; } { + name = "tvix-build"; + packageId = "tvix-build"; + } + { name = "tvix-castore"; packageId = "tvix-castore"; } |