diff --git a/shell.nix b/shell.nix index 826e6ba..df7b7fc 100644 --- a/shell.nix +++ b/shell.nix @@ -21,6 +21,6 @@ export LIBCLANG_PATH="${pkgs.llvmPackages.libclang.lib}/lib" export CLANG_PATH="${pkgs.llvmPackages.clang}/bin/clang" export RUST_BACKTRACE=1 - echo "Ready to make some rust!" + echo "We're ready to make some Rust!" ''; }