summaryrefslogtreecommitdiff
path: root/.envrc
blob: c57ee1c4f95d0b8fe88c9066561330aee3d8ebec (plain)
1
2
3
4
5
6
# If we are a computer with nix-shell available, then use that to setup
# the build environment with exactly what we need.
if has nix; then
  watch_file nix/{devShell,package,wraptest}.nix
  use flake
fi