Skip to content

Commit 5329b09

Browse files
committed
chore(envrc): do not run nix commands if not available
1 parent fcea213 commit 5329b09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.envrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
use flake
1+
# .envrc for hl project
2+
# Requires direnv (https://direnv.net/) to be installed
3+
4+
if has nix; then
5+
use flake
6+
fi

0 commit comments

Comments
 (0)