about summary refs log blame commit diff
path: root/tvix/nix-compat/src/wire/ser/display.rs
blob: a3438d50d8ffab4418d2e8b2767c09c5c5b4b783 (plain) (tree)
1
2
3
4
5
6
7
8







                                            
use nix_compat_derive::nix_serialize_remote;

use crate::nixhash;

nix_serialize_remote!(
    #[nix(display)]
    nixhash::HashAlgo
);