about summary refs log tree commit diff
path: root/src/tools/nix-dev-shell/envrc-flake
blob: 849ed1f4fc56d88cdd1b1fd2b298b631cf3986b0 (plain)
1
2
3
4
5
6
7
8
# 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-flake ./.envrc && nix flake update --flake ./src/tools/nix-dev-shell

if nix flake show path:./src/tools/nix-dev-shell &> /dev/null; then
  use flake path:./src/tools/nix-dev-shell
fi