blob: fb7231a6c30ceebbfcfb2887641f1660874d9340 (
plain)
1
2
3
4
5
6
7
|
# If you want to use this as an .envrc file to create a shell with necessery 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 && echo .envrc >> .git/info/exclude
use nix ./src/tools/nix-dev-shell/shell.nix
|