blob: d8f900fe86a6ddb923eadacc9f5350f3fd9dd7be (
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
use nix ./src/tools/nix-dev-shell/shell.nix
|