mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 06:19:42 +00:00
nix: update nix-direnv 2.3.0 -> 3.0.5
This commit is contained in:
parent
1eac4812c8
commit
3acf985ac0
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
if has nix; then
|
if has nix; then
|
||||||
|
|
||||||
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
|
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
|
||||||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
|
||||||
fi
|
fi
|
||||||
|
|
||||||
use flake
|
use flake
|
||||||
|
|
Loading…
Reference in a new issue