tlater/day-9 #8

Merged
tlater merged 2 commits from tlater/day-9 into master 2020-12-10 23:56:18 +00:00
Showing only changes of commit 49edaf0ae1 - Show all commits

View file

@ -8,10 +8,9 @@ with pkgs;
mkShell { mkShell {
buildInputs = [ buildInputs = [
rustChannel.rust rust-analyzer # the one from Mozilla is slightly broken https://github.com/mozilla/nixpkgs-mozilla/issues/238
(pkgs.latest.rustChannels.stable.rust.override {
# extensions = ["rust-src"]; # unneeded because we're using rust-analyzer from nixpkgs
})
]; ];
shellHook = ''
export RUST_SRC_PATH="${rustChannel.rust-src}/lib/rustlib/src/rust/library"
'';
} }