From e8ba73a8c74f79f543db6a495ac65aae68e18bab Mon Sep 17 00:00:00 2001 From: pca006132 Date: Wed, 5 Aug 2020 17:08:24 +0800 Subject: [PATCH] Updated build instruction. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 77e26c0..f7b57e6 100644 --- a/shell.nix +++ b/shell.nix @@ -19,6 +19,6 @@ stdenv.mkDerivation { XARGO_RUST_SRC = "${rustcSrc}/src"; shellHook = '' - echo "Run 'cargo xbuild --release' to build." + echo "Run 'cargo xbuild --release -p experiments' to build." ''; }