dotfiles/.envrc

7 lines
140 B
Plaintext
Raw Permalink Normal View History

2022-12-25 09:55:30 +00:00
# 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