build.sh: fix missing package argument

pull/59/head
Harry Ho 2020-08-07 10:40:34 +08:00
parent e8ba73a8c7
commit 34117c15fd
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
nix-shell --command "cargo xbuild --release -p experiments" && scp -P 2204 -C target/armv7-none-eabihf/release/zc706-experiments $1@nixbld.m-labs.hk:/home/$1/zc706/zc706.elf
nix-shell --command "cargo xbuild --release -p experiments" && scp -P 2204 -C target/armv7-none-eabihf/release/experiments $1@nixbld.m-labs.hk:/home/$1/zc706/zc706.elf