mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 17:19:37 +00:00
.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