fix: specify binary
This commit is contained in:
parent
7889c5427f
commit
ec22911428
@ -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 -- ''${@}"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user