colmena/nix/rust-analyzer.sh

5 lines
84 B
Bash
Raw Normal View History

#!/usr/bin/env nix-shell
#! nix-shell -i bash ../shell.nix
exec rust-analyzer "$@"