dmx-interface/.envrc

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