# Plain-language generation diff (BACKLOG #82). Wraps nvd; PATH-resolved # notify is left to callers. NOMARCHY_NVD lets checks inject a fixture. { writeShellApplication, coreutils, nvd, gnugrep, gnused }: writeShellApplication { name = "nomarchy-what-changed"; runtimeInputs = [ coreutils nvd gnugrep gnused ]; text = builtins.readFile ./nomarchy-what-changed.sh; }