summaryrefslogtreecommitdiff
path: root/.envrc
blob: 8cce2ff40c7a9d2b45cbb353bb9b3d31030170e5 (plain)
1
2
3
4
5
6
7
8
9
# setup dev environment using direnv
#
  if ! has nix_direnv_version || ! nix_direnv_version 1.5.1; then
    source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.5.1/direnvrc" "sha256-p4CDMJjuBmEh9pkn2aoJrZqr0DlPZHPU7eXOSDzzcuo="
  fi
#
# if direnv doesn't detect changes to the nix environment, just touch .envrc and
# it will refresh
  use nix