divnix / std

A DevOps framework for the SDLC with the power of Nix and Flakes. Good for keeping deadlines!
https://std.divnix.com
377 stars 41 forks source link

fix: broken `lib` follows #349

Closed blaggacao closed 10 months ago

blaggacao commented 10 months ago

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 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.

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.