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