1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-13 01:20:42 +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
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