7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
|
# If nix-shell available, then nix is installed. We're going to use nix-direnv.
|
||
|
if command -v nix-shell &> /dev/null
|
||
|
then
|
||
|
use flake
|
||
|
fi
|
||
|
|