Add .envrc to hello template

This commit is contained in:
rotterdam 2023-04-05 14:43:00 -03:00
parent 237d56ee0e
commit ee0d271d6e

4
hello/.envrc Normal file
View file

@ -0,0 +1,4 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi
use flake