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.
pull/1649/head
x10an14 9 months ago
parent 2d1da2ab57
commit 013f22c89c
No known key found for this signature in database
GPG Key ID: 999146D53BA5A65E

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Automatically Load nix devShell w/dotenv
use flake

1
.gitignore vendored

@ -12,6 +12,7 @@ rust-project.json
*.iml
*.o
public/
.direnv/
# Local Netlify folder
.netlify

Loading…
Cancel
Save