diff --git a/flake.nix b/flake.nix index e059225..2806046 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- ''${@}" } ''; };