dotfiles/.envrc
2022-12-25 02:55:30 -07:00

7 lines
140 B
Plaintext

# If nix-shell available, then nix is installed. We're going to use nix-direnv.
if command -v nix-shell &> /dev/null
then
use flake
fi