File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# If you want to use this as an .envrc file to create a shell with necessery components
2
2
# to develop rustc, use the following command in the root of the rusr checkout:
3
3
#
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
5
5
6
6
if nix flake show path:./src/tools/nix-dev-shell &> /dev/null; then
7
7
use flake path:./src/tools/nix-dev-shell
Original file line number Diff line number Diff line change 1
1
# If you want to use this as an .envrc file to create a shell with necessery components
2
2
# to develop rustc, use the following command in the root of the rusr checkout:
3
3
#
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
5
5
6
6
use nix ./src/tools/nix-dev-shell/shell.nix
7
7
You can’t perform that action at this time.
0 commit comments