A simple utility to hash some files in a content-aware way, e.g. two git repositories with the same commit (for each branch) will have the same hash.
.github/workflows | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
hash-files.py | ||
LICENSE | ||
README.md | ||
test.py |
Build dependencies:
# First, install nixpkgs then run:
nix build path://$PWD/
Run:
PATH="$PWD/result/bin" python3 ./test.py