diff --git a/shell.nix b/shell.nix index a39a3cb..6e1dd70 100644 --- a/shell.nix +++ b/shell.nix @@ -9,6 +9,7 @@ stdenv.mkDerivation { clang cargo rustc + rls ]; LIBCLANG_PATH="${llvmPackages.libclang}/lib"; }