Compare commits

..

No commits in common. "f73a82826cae7f01aa08658650d5d0ce9d724914" and "1803db5d9a54639b1973471f9b49ae7b8235900d" have entirely different histories.

3 changed files with 178 additions and 231 deletions

397
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -11,10 +11,10 @@ tonic = "0.12.1"
tower = "0.4.13"
tower-http = "0.5.2"
tracing = "0.1.40"
tvix-castore = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36" }
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36", features = ["xp-store-composition" ] }
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36" }
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "cacf564e84444c8341fa4875e25481f07bd70f36" }
tvix-castore = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0", features = ["xp-store-composition" ] }
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
url = "2.5.2"
clap = "4.5.9"
axum = "0.7.5"

View file

@ -18,10 +18,6 @@ let
files = "\\.nix$";
};
# Rust
cargo-check.enable = true;
rustfmt.enable = true;
# Misc Hooks
commitizen.enable = true;
};