mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-10 14:16:24 +03:00
1abd36725a
Summary: It releases more frequently and tends to fix more bugs frequently than direnv; it also seems to (in my experience) behave better with caching in flake and non-flake scenarios. Signed-off-by: Austin Seipp <aseipp@pobox.com> Change-Id: I39f08cd691eeac8e243c2e059edfaa9c
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
# 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
|