Fixup in newer nixpkgs: rust outputs _-separated bins instead of --separated bins

This commit is contained in:
Graham Christensen 2018-06-04 12:24:51 -04:00
parent f297d37c50
commit f4b7b252f2
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

View File

@ -36,7 +36,7 @@ fi
echo "VERBOSE=$VERBOSE"
) >&2
exec $NIX_LINUXKIT_RUNNER/bin/nix-linuxkit-runner \
exec $NIX_LINUXKIT_RUNNER/bin/nix_linuxkit_runner \
$VERBOSE \
--linuxkit "$LINUXKIT_ROOT/bin/linuxkit" \
--hyperkit "$HYPERKIT_ROOT/bin/hyperkit" \