Skip to content

Commit

Permalink
build(direnv): add .envrc for automatic nix develop via direnv
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed Feb 27, 2024
1 parent 7aa0e74 commit 472923f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if has nix; then
use flake .
fi
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/target
**/*.rs.bk
result*

.direnv

0 comments on commit 472923f

Please sign in to comment.