{ writeShellApplication, nushell, ... }: writeShellApplication { name = "api"; text = '' nu ${../scripts/api.nu} "$@" ''; runtimeInputs = [ nushell ]; }