By: Tom Sydney Kerckhove <syd@cs-syd.eu>
Add coreutils to impure-test runtime inputs The NixCI impure runner does not put coreutils on PATH, so `mktemp` was not found. writeShellApplication only exposes runtimeInputs, so add coreutils explicitly.