From 382e4e3f063cbaa61ea4114c78a212249b81c291 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 9 Apr 2025 19:16:05 -0600 Subject: [PATCH] add nix-shell for development --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!" ''; }