mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 07:43:18 +00:00
4 lines
No EOL
119 B
Bash
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 |