mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
7 lines
129 B
Bash
7 lines
129 B
Bash
#!/usr/bin/env bash
|
|
if command -v nix &> /dev/null; then
|
|
use flake
|
|
else
|
|
echo "Nix not found, skipping flake support"
|
|
fi
|
|
|