{ writeShellApplication, d2, ... }: writeShellApplication { name = "wd2"; runtimeInputs = [ d2 ]; text = builtins.readFile ./wd2; }