Skip to content

Commit c656709

Browse files
author
missrce
committed
chore: add envrc
1 parent 7a5b8d2 commit c656709

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.envrc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
export DIRENV_WARN_TIMEOUT=0
3+
export DIRENV_LOG_FORMAT=""
4+
# only continue if the user has the nix version of direnv
5+
if has nix_direnv_version; then
6+
# load the flake environment
7+
use flake
8+
fi

0 commit comments

Comments
 (0)