5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
|
if command -v nix-shell &> /dev/null
|
||
|
then
|
||
|
use flake
|
||
|
fi
|