{ writeShellApplication, # Dependencies fd, git, reuse, }: writeShellApplication { name = "stamp"; text = builtins.readFile ./stamp.sh; inheritPath = false; runtimeInputs = [ fd git reuse ]; }