tvl-depot/tvix/nix-compat/src
Brian Olsen a5fcfd80a1 fix(tvix/nix-compat-derive): Get rid of external feature flag
The external feature flag was there because I couldn't find a way to
refer to crate and nix-compat with the same name so that the generated
code could be the same.

In essence `use nix_compat::nix_daemon:🇩🇪:NixDeserialize` is an error
when used inside nix_compat crate.

So my best fix was the external feature flag until I found the solution
used here which also removes the flag completely.

Change-Id: Ia3e89c6c350c3fb22ca87f974a39c21542aae152
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12376
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: Brian Olsen <me@griff.name>
2024-08-28 14:43:00 +00:00
..
aterm refactor(nix-compat/aterm): update function names a bit 2024-08-20 15:14:27 +00:00
bin feat(tvix): Jemalloc -> MiMalloc 2024-08-08 08:06:23 +00:00
derivation refactor(nix-compat/store_path): make StorePath generic on S 2024-08-20 15:14:27 +00:00
nar feat(tvix/nix-compat): entry locator in listing structures 2024-08-19 22:32:09 +00:00
narinfo feat(nix-compat/narinfo/signature): generalize name field 2024-08-19 19:46:34 +00:00
nix_daemon feat(tvix/nix-compat-derive): Add deriver for NixDeserialize 2024-08-25 15:05:50 +00:00
nix_http feat(nix-compat): add constants for mime types 2024-08-23 15:02:14 +00:00
nixcpp refactor(tvix/nix-compat): rename PubKey to VerifyingKey 2024-07-21 21:41:54 +00:00
nixhash refactor(tvix/nix-compat): introduce CaHash::algo_str 2024-07-27 10:53:56 +00:00
store_path refactor(nix-compat/store_path): make StorePath generic on S 2024-08-20 15:14:27 +00:00
wire fix(tvix/nix-compat): Feature flag code only used in async 2024-08-25 15:05:53 +00:00
lib.rs fix(tvix/nix-compat-derive): Get rid of external feature flag 2024-08-28 14:43:00 +00:00
nixbase32.rs fix(tvix/nix-compat): Fix panic in nixbase32 decoding 2024-07-28 20:55:51 +00:00
path_info.rs feat(tvix/nix-compat/path_info): derive Hash for ExportedPathInfo 2024-04-13 21:41:47 +00:00