Conversation
|
Can you explain the use case a little more? I think that it's a little weird compared to using the |
I took inspiration from arion (which has a similar function here). If/when this change is included into nixpkgs, one benefit is that using Also, by having an explicit function be the interface for using morph from nix, rather than a file in the derivation, it isolates the user from how exactly morph is implemented and built. |
|
I'll rebase this after #167 lands, since this re-indents |
|
I am happy with this, did you want to rebase? 😸 |
This allows using the nix portion of morph, without needing to know implementation details of where the nix expression is.
I'm not sure if the attributes exposed there want to be made public, or perhaps only some of them should be public.