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

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

Comments