{ pkgs, ... }: pkgs.writeShellApplication { name = "git-diff-word"; text = builtins.readFile ./git-diff-word.sh; runtimeInputs = with pkgs; [ git ]; }