1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-07-27 05:59:13 +02:00

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:
x10an14 2023-08-30 18:03:45 +02:00
parent 2d1da2ab57
commit 013f22c89c
No known key found for this signature in database
GPG Key ID: 999146D53BA5A65E
2 changed files with 5 additions and 0 deletions

4
.envrc Normal file
View File

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

1
.gitignore vendored
View File

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