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