pub fn two_files_dirty(target: &Utf8Path) -> boolExpand description
Whether flake.nix or flake.lock carries uncommitted edits.
Judged by the target repository with the hook variables scrubbed, so a run from inside a git hook judges the target and not the hook’s own repository. Fails closed: a git that did not run counts as dirty.