forked from mirrors/jj
.envrc: Check for nix before trying to use flake
This commit is contained in:
parent
0532301e03
commit
ded62ff566
1 changed files with 3 additions and 1 deletions
4
.envrc
4
.envrc
|
@ -1 +1,3 @@
|
|||
use flake
|
||||
if has nix; then
|
||||
use flake
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue