nix-dev-shell: fix a typo

This commit is contained in:
Makai 2026-02-13 17:54:34 +08:00
parent 47611e1604
commit a18724523c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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