3 lines
65 B
Bash
3 lines
65 B
Bash
PROFILE=$(cat .flake-profile 2>/dev/null)
|
|
use flake .#${PROFILE}
|
PROFILE=$(cat .flake-profile 2>/dev/null)
|
|
use flake .#${PROFILE}
|