diff options
Diffstat (limited to 'spine.nix')
-rwxr-xr-x | spine.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ with ( # mkDub.nix export HOME=$PWD ${lib.concatMapStringsSep "\n" dub-add-local deps} for dc_ in dmd ldmd2 gdmd; do - echo "check for D compiler $dc_" + echo "- check for D compiler $dc_" dc=$(type -P $dc_ || echo "") if [ ! "$dc" == "" ]; then break |