Skip to content

Commit 013f22c

Browse files
committed
improvement(development): Add nix-direnv integration
So as to automatically open a nix devShell for those who use direnv/want to use direnv to make their lives more automated.
1 parent 2d1da2a commit 013f22c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.envrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
# Automatically Load nix devShell w/dotenv
4+
use flake

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rust-project.json
1212
*.iml
1313
*.o
1414
public/
15+
.direnv/
1516

1617
# Local Netlify folder
1718
.netlify

0 commit comments

Comments
 (0)