rust-overlay icon indicating copy to clipboard operation
rust-overlay copied to clipboard

docs(README): deduplicate Nixpkgs in dev shell

Open samestep opened this issue 3 months ago • 0 comments

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.

samestep avatar Sep 25 '25 15:09 samestep