dmx-interface/.envrc
2026-03-06 11:29:53 +01:00

6 lines
128 B
Bash

#!/usr/bin/env bash
if command -v nix &> /dev/null; then
use flake
else
echo "Nix not found, skipping flake support"
fi