Skip to content

Commit

Permalink
add direnv for flake (#1739)
Browse files Browse the repository at this point in the history
* add .envrc.sample for flake

* add .envrc to .gitignore
  • Loading branch information
chessai authored Sep 22, 2023
1 parent 35a3067 commit 37c9184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ TAGS
.vscode/*
rosetta/logs/*
.ghci_history
.direnv/
.envrc

0 comments on commit 37c9184

Please sign in to comment.