Merge pull request #27 from patricksjackson/devshell-index

This commit is contained in:
Artturi 2022-06-25 00:05:01 +03:00 committed by GitHub
commit af2f2904f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@
};
devShells.default = with pkgs; mkShell {
nativeBuildInputs = [ cargo rustc rustfmt rustPackages.clippy fzy ];
nativeBuildInputs = [ cargo nix-index rustc rustfmt rustPackages.clippy fzy ];
RUST_SRC_PATH = rustPlatform.rustLibSrc;
};
})