Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
let
depot = (import ./.. { });
pkgs = depot.third_party.nixpkgs;
in
pkgs.mkShell {
buildInputs = [
pkgs.rustup
pkgs.rust-analyzer
];
}