From ec22911428997e7e3166fae31323e412b4773c82 Mon Sep 17 00:00:00 2001 From: shimun Date: Sun, 22 Jan 2023 10:21:28 +0100 Subject: [PATCH] fix: specify binary --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- ''${@}" } ''; };