diff options
author | Ralph Amissah <ralph@amissah.com> | 2022-04-28 12:21:24 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2022-04-28 12:21:24 -0400 |
commit | 70d190dd7c1f13270e5acac8ec64e113b917ec8d (patch) | |
tree | 70b2c52aaad12ca1ff85f3c2c10284060cc05144 /.envrc | |
parent | debian/changelog (7.2.0-1) (diff) | |
parent | project config minor, also .gitignore (diff) |
Merge tag 'sisu_7.2.1' into debian
SiSU 7.2.1
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +NIX_ENFORCE_PURITY=0 +if ! has nix_direnv_version || ! nix_direnv_version 1.4.0; then +# https://github.com/nix-community/nix-direnv + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.4.0/direnvrc" "sha256-4XfVDjv75eHMWN4G725VW7BoOV4Vl3vAabK4YXIfPyE=" +fi +if [ -e .env/local ]; then + source_env_if_exists .env/local || source .env/local +fi |