Update README.md to narrow pkgs scope in nix develop segment

relocated the with pkgs statement to its typical location within the devshell.default assignment. This is a very minor change merely improving cohesion and nothing else
This commit is contained in:
Rexiel Scarlet 2024-04-13 14:19:00 +05:30 committed by oxalica
parent 4f3437fc5a
commit a183bd311a

View File

@ -109,9 +109,8 @@ Running `nix develop` will create a shell with the default beta Rust toolchain i
inherit system overlays; inherit system overlays;
}; };
in in
with pkgs;
{ {
devShells.default = mkShell { devShells.default = with pkgs; mkShell {
buildInputs = [ buildInputs = [
openssl openssl
pkg-config pkg-config