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.
This commit is contained in:
parent
2d1da2ab57
commit
013f22c89c
4
.envrc
Normal file
4
.envrc
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Automatically Load nix devShell w/dotenv
|
||||
use flake
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@ rust-project.json
|
||||
*.iml
|
||||
*.o
|
||||
public/
|
||||
.direnv/
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
Loading…
Reference in New Issue
Block a user