forked from DGNum/colmena
2aeab62880
The user's rust-analyzer may be of the wrong version.
4 lines
84 B
Bash
Executable file
4 lines
84 B
Bash
Executable file
#!/usr/bin/env nix-shell
|
|
#! nix-shell -i bash ../shell.nix
|
|
|
|
exec rust-analyzer "$@"
|