From a18724523c95dd00b078a9e0224ead248b29d74e Mon Sep 17 00:00:00 2001 From: Makai Date: Fri, 13 Feb 2026 17:54:34 +0800 Subject: [PATCH] nix-dev-shell: fix a typo --- src/tools/nix-dev-shell/envrc-flake | 2 +- src/tools/nix-dev-shell/envrc-shell | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/nix-dev-shell/envrc-flake b/src/tools/nix-dev-shell/envrc-flake index f3e5442b86b2a..2feac5ac56992 100644 --- a/src/tools/nix-dev-shell/envrc-flake +++ b/src/tools/nix-dev-shell/envrc-flake @@ -1,5 +1,5 @@ # If you want to use this as an .envrc file to create a shell with necessary components -# to develop rustc, use the following command in the root of the rusr checkout: +# to develop rustc, use the following command in the root of the rust checkout: # # ln -s ./src/tools/nix-dev-shell/envrc-flake ./.envrc && nix flake update --flake ./src/tools/nix-dev-shell diff --git a/src/tools/nix-dev-shell/envrc-shell b/src/tools/nix-dev-shell/envrc-shell index 4080d7d538406..047da54c1f145 100644 --- a/src/tools/nix-dev-shell/envrc-shell +++ b/src/tools/nix-dev-shell/envrc-shell @@ -1,5 +1,5 @@ # If you want to use this as an .envrc file to create a shell with necessary components -# to develop rustc, use the following command in the root of the rusr checkout: +# to develop rustc, use the following command in the root of the rust checkout: # # ln -s ./src/tools/nix-dev-shell/envrc-shell ./.envrc