You can calculate hash from single file:
sh
gorn --path src/main.rs
Or you can calculate it for directory:
sh
gorn --path ./target
If you want to inspect hashes for all files in
directory you can use --print_tree
flag:
sh
gorn --path ./target --print_tree
sh
cargo install gorn
sh
cd gorn; cargo install --path .
nix-command
and flakes
support (optional):sh
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
sh
nix build; nix shell
sh
gorn --path src