envrc-flake 378 B

12345678
  1. # If you want to use this as an .envrc file to create a shell with necessary components
  2. # to develop rustc, use the following command in the root of the rusr checkout:
  3. #
  4. # ln -s ./tools/nix-dev-shell/envrc-flake ./.envrc && nix flake update --flake ./tools/nix-dev-shell
  5. if nix flake show path:./tools/nix-dev-shell &> /dev/null; then
  6. use flake path:./tools/nix-dev-shell
  7. fi