https://github.com/divnix/std/pull/348 propones to add lib as a separate input on the basis of proper semantic distinction between nixpkgs and lib.
They only happen to be sourcable from the same input, but lib is a library extension of nix and not specific to nixpkgs.
Context
https://github.com/divnix/std/pull/348 propones to add lib as a separate input on the basis of proper semantic distinction between
nixpkgs
andlib
. They only happen to be sourcable from the same input, but lib is a library extension of nix and not specific to nixpkgs.Proposed solution
Add
lib
as semantically distinct extra input.https://github.com/divnix/std/pull/348 had some failing tests that this PR hopefully fixes.