Rollup merge of #152567 - makai410:nix-typo, r=WaffleLapkin

nix-dev-shell: fix a typo

meow

r? @WaffleLapkin
This commit is contained in:
Jacob Pratt 2026-02-13 22:26:35 -05:00 committed by GitHub
commit 7719d63f01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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