divnix / std

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

fix: broken `lib` follows #349

Closed blaggacao closed 1 year ago

blaggacao commented 1 year 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.