fix: specify binary

This commit is contained in:
shimun 2023-01-22 10:21:28 +01:00
parent 7889c5427f
commit ec22911428
Signed by: shimun
GPG Key ID: E0420647856EA39E

View File

@ -91,7 +91,7 @@
rustc --version
printf "\nbuild inputs: ${pkgs.lib.concatStringsSep ", " (map (bi: bi.name) (buildInputs ++ nativeBuildInputs))}"
function server() {
cargo watch -x "run --all-features -- server ''${@}"
cargo watch -x "run --bin ssh-cert-dist-server --all-features -- ''${@}"
}
'';
};