AfRApay/.envrc
embr 39e54984ad Adding direnv and nix support
With nix, you can now pull the dotnet sdk into scope with `nix-shell`, or if
you have `direnv` installed, by running `direnv allow` - it will detect the
.envrc and prompt you to do so.

If you're not using either of these, this won't affect you at all. ^^
2023-02-06 16:15:20 +01:00

5 lines
107 B
Plaintext

# if nix is installed and dotenv allowed in dir, use it to pull dependencies
if has nix; then
use nix
fi