{ writeShellApplication, # Dependencies git, gnused, }: writeShellApplication { name = "git-cm"; text = builtins.readFile ./git-cm.sh; # We need access to the $EDITOR inheritPath = true; runtimeInputs = [ git gnused ]; }