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." ''; }