ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/.envrc.recommended

11 lines
308 B
Text
Raw Normal View History

# To use: echo "source_env .envrc.recommended" >> .envrc
if has nix; then
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi
use flake
fi