mirror of
https://github.com/eza-community/eza.git
synced 2025-07-07 11:25:36 +00:00
fix: Avoid direnv error if nix isn't installed
This commit is contained in:
parent
db1274a1fb
commit
953f9098fa
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…
Add table
Add a link
Reference in a new issue