5 lines
No EOL
66 B
Bash
5 lines
No EOL
66 B
Bash
if nix flake show &> /dev/null; then
|
|
use flake
|
|
else
|
|
use nix
|
|
fi |