5 lines
52 B
Text
5 lines
52 B
Text
|
#!/usr/bin/env bash
|
||
|
if has nix; then
|
||
|
use flake
|
||
|
fi
|