Skip to content

Commit

Permalink
Update README.md to narrow pkgs scope in nix develop segment
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Rexcrazy804 authored and oxalica committed May 27, 2024
1 parent 4f3437f commit a183bd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ Running `nix develop` will create a shell with the default beta Rust toolchain i
inherit system overlays;
};
in
with pkgs;
{
devShells.default = mkShell {
devShells.default = with pkgs; mkShell {
buildInputs = [
openssl
pkg-config
Expand Down

0 comments on commit a183bd3

Please sign in to comment.