Skip to content

Commit

Permalink
improvement(development): Add nix-direnv integration
Browse files Browse the repository at this point in the history
So as to automatically open a nix devShell for those who use direnv/want to use direnv to make their lives more automated.
  • Loading branch information
x10an14 committed Aug 30, 2023
1 parent 2d1da2a commit 013f22c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

# Automatically Load nix devShell w/dotenv
use flake
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rust-project.json
*.iml
*.o
public/
.direnv/

# Local Netlify folder
.netlify

0 comments on commit 013f22c

Please sign in to comment.