blob: 4080d7d53840622b634918bec9f536888b8a0ad5 (
plain)
1
2
3
4
5
6
7
|
# 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:
#
# ln -s ./src/tools/nix-dev-shell/envrc-shell ./.envrc
use nix ./src/tools/nix-dev-shell/shell.nix
|