snix/tvix/nix-compat/src/derivation
Florian Klink f5ccb65f26 feat(tvix/nix-compat/derivation): Display -> to_aterm_string()
Instead of implementing `std::fmt::Display for Derivation` and relying
on the `to_string` method, introduce a `to_aterm_string()` method, which
does the same thing, but makes it clearer what we're producing, rather
than just calling `to_string()``.

Change-Id: I21823de9096a0f2c2eb6f4591e48c1aa9fd94161
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7998
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-02-01 16:31:56 +00:00
..
tests feat(tvix/nix-compat/derivation): Display -> to_aterm_string() 2023-02-01 16:31:56 +00:00
errors.rs docs(tvix/nix-compat/derivation): fix docstrings 2023-01-31 15:16:40 +00:00
mod.rs feat(tvix/nix-compat/derivation): Display -> to_aterm_string() 2023-02-01 16:31:56 +00:00
output.rs refactor(tvix/derivation): don't create deref'd immediately ref 2023-02-01 13:38:21 +00:00
string_escape.rs refactor(tvix/nix-compat): absorb //tvix/derivation 2023-01-31 15:16:39 +00:00
utils.rs refactor(tvix/nix-compat/derivation): remove module inception 2023-02-01 13:43:25 +00:00
validate.rs refactor(tvix/derivation): don't create deref'd immediately ref 2023-02-01 13:38:21 +00:00
write.rs refactor(tvix/nix-compat): absorb //tvix/derivation 2023-01-31 15:16:39 +00:00