rust-overlay
rust-overlay copied to clipboard
docs(README): deduplicate Nixpkgs in dev shell
The NixOS configuration example has inputs.nixpkgs.follows = "nixpkgs"; to avoid a duplicated Nixpkgs input, but the nix develop example doesn't; this PR fixes that.