1*d4726bddSHONG Yifan# `nix-direnv` to provide developer tools to terminals and VSCode when working 2*d4726bddSHONG Yifan# in the repo. 3*d4726bddSHONG Yifan# 4*d4726bddSHONG Yifan# See: 5*d4726bddSHONG Yifan# - https://github.com/nix-community/nix-direnv 6*d4726bddSHONG Yifan# - https://marketplace.visualstudio.com/items?itemName=mkhl.direnv 7*d4726bddSHONG Yifan 8*d4726bddSHONG Yifan# Use `path:` syntax to avoid copying the entire repo to the Nix Store. 9*d4726bddSHONG Yifanwatch_file ./nix/flake.nix 10*d4726bddSHONG Yifanuse flake path:./nix 11