blob: 2feac5ac56992c96ac37407149f6b32736b0ae13 [file] [log] [blame] [edit]
# 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 rust checkout:
#
# ln -s ./src/tools/nix-dev-shell/envrc-flake ./.envrc && nix flake update --flake ./src/tools/nix-dev-shell
if nix flake show path:./src/tools/nix-dev-shell &> /dev/null; then
use flake path:./src/tools/nix-dev-shell
fi