about summary refs log tree commit diff
path: root/tvix/src/bin/nix-store.rs
blob: 7bf5442cb9ed393710c79f1520a763bb000547b8 (plain) (blame)
1
2
3
fn main () {
  println!("hello, nix");
}