File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# If you want to use this as an .envrc file to create a shell with necessery components
22# to develop rustc, use the following command in the root of the rusr checkout:
33#
4- # ln -s ./src/tools/nix-dev-shell/envrc-flake ./.envrc && nix flake update --flake ./src/tools/nix-dev-shell && echo .envrc >> .git/info/exclude
4+ # ln -s ./src/tools/nix-dev-shell/envrc-flake ./.envrc && nix flake update --flake ./src/tools/nix-dev-shell
55
66if nix flake show path:./src/tools/nix-dev-shell &> /dev/null; then
77 use flake path:./src/tools/nix-dev-shell
Original file line number Diff line number Diff line change 11# If you want to use this as an .envrc file to create a shell with necessery components
22# to develop rustc, use the following command in the root of the rusr checkout:
33#
4- # ln -s ./src/tools/nix-dev-shell/envrc-shell ./.envrc && echo .envrc >> .git/info/exclude
4+ # ln -s ./src/tools/nix-dev-shell/envrc-shell ./.envrc
55
66use nix ./src/tools/nix-dev-shell/shell.nix
77
You can’t perform that action at this time.
0 commit comments