4 lines
59 B
Bash
4 lines
59 B
Bash
if command -v nix-shell &> /dev/null
|
|
then
|
|
use flake
|
|
fi
|
if command -v nix-shell &> /dev/null
|
|
then
|
|
use flake
|
|
fi
|