mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-23 18:29:50 -04:00
8 lines
100 B
Bash
8 lines
100 B
Bash
#!/usr/bin/env bash
|
|
|
|
if has lorri; then
|
|
eval "$(lorri direnv)"
|
|
elif has nix; then
|
|
use flake
|
|
fi
|