colmena/nix/rust-analyzer.sh
Zhaofeng Li 2aeab62880 Bundle rust-analyzer in dev environment
The user's rust-analyzer may be of the wrong version.
2022-01-08 01:20:36 -08:00

4 lines
84 B
Bash
Executable file

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