mirror of
https://github.com/stoatchat/rust-a2.git
synced 2026-06-30 21:47:56 -04:00
5 lines
57 B
Bash
5 lines
57 B
Bash
if command -v nix-shell &> /dev/null
|
|
then
|
|
use nix
|
|
fi
|