mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
nix: add rust & tools to shell.nix (#33727)
This commit is contained in:
parent
77d90b5835
commit
ed57a3dc5f
@ -75,6 +75,11 @@ pkgs.mkShell {
|
||||
nodejs-16_x
|
||||
(yarn.override { nodejs = nodejs-16_x; })
|
||||
nodePackages.typescript
|
||||
|
||||
cargo
|
||||
rustc
|
||||
rustfmt
|
||||
libiconv
|
||||
];
|
||||
|
||||
# Startup postgres
|
||||
@ -85,4 +90,6 @@ pkgs.mkShell {
|
||||
# By explicitly setting this environment variable we avoid starting up
|
||||
# universal-ctags via docker.
|
||||
CTAGS_COMMAND = "${universal-ctags}/bin/universal-ctags";
|
||||
|
||||
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user