inventree-app/.envrc

4 lines
No EOL
119 B
Bash

# When nix is available, use the flake for environment management
if command -v nix &> /dev/null; then
use flake
fi