mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 06:19:42 +00:00
10 lines
308 B
Text
10 lines
308 B
Text
# To use: echo "source_env .envrc.recommended" >> .envrc
|
|
|
|
if has nix; then
|
|
|
|
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
|
|
fi
|
|
|
|
use flake
|
|
fi
|