diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-09T11·14+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-09T12·58+0000 |
commit | f11c6d610ce002774df714cf2c998989643dccfa (patch) | |
tree | 6afb85e6b90bdbf74dbecbd037bc4d8d631081ca /tvix/Cargo.toml | |
parent | 0907420600ba0f9270065dd83e81fb8f56dfda71 (diff) |
chore(tvix/nix_cli): drop crate r/7133
The only thing this was doing was invoking nix-store --add, which is not gonna help us populate the tvix-store at all (and we now have `tvix-store import`). This is also (rightfully) causing clippy warnings, because of some fields being unused. It's more of a skeleton, and rather than shelling out to Nix for some usecases, we might introduce a "compatible" Nix CLI frontend for a subset of commands. Drop this for now, to decrease the noise and confusion. Change-Id: I2fd399e9320260f08893b685561755af9c7c961c Reviewed-on: https://cl.tvl.fyi/c/depot/+/10226 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix/Cargo.toml')
-rw-r--r-- | tvix/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml index 167e0aa2e2c0..0642c3238818 100644 --- a/tvix/Cargo.toml +++ b/tvix/Cargo.toml @@ -24,7 +24,6 @@ members = [ "eval", "eval/builtin-macros", "glue", - "nix_cli", "nix-compat", "serde", "store", |