dotfiles/templates/py-poetry/.envrc

7 lines
140 B
Plaintext
Raw Normal View History

2023-01-20 18:48:41 +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