From ee0d271d6e53f589d288d6b5e6159084976ae670 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Wed, 5 Apr 2023 14:43:00 -0300 Subject: [PATCH] Add .envrc to hello template --- hello/.envrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello/.envrc diff --git a/hello/.envrc b/hello/.envrc new file mode 100644 index 0000000..e31c306 --- /dev/null +++ b/hello/.envrc @@ -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