Skip to content

feat(lib): allow multiple files#145

Open
yajo wants to merge 1 commit intonumtide:mainfrom
moduon:lib-extended
Open

feat(lib): allow multiple files#145
yajo wants to merge 1 commit intonumtide:mainfrom
moduon:lib-extended

Conversation

@yajo
Copy link
Copy Markdown
Contributor

@yajo yajo commented Feb 17, 2026

This makes handling libs more comfortable.

Also adds docs for lib-tests automatic check.

This makes handling libs more comfortable.

Also adds docs for lib-tests automatic check.
# lib/strings.nix - Attrset of functions
{ inputs, flake, ... }:
{
capitalize = str: /* ... */;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happens if you want to access lib.greet from this file?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should find it in flake.lib.greet.

@yajo
Copy link
Copy Markdown
Contributor Author

yajo commented Mar 9, 2026

Any progress here? Thanks.

@yajo
Copy link
Copy Markdown
Contributor Author

yajo commented Mar 26, 2026

I have flakes where lib keeps growing and I'd really appreciate if you could take a look at this and push it forward. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants