major refactoring

argument self is now provided via recursion
a naive implementation of host groups is added
This commit is contained in:
do butterflies cry? 2026-02-12 11:04:02 +10:00
parent be916c8674
commit 5c5f3fb65e
3 changed files with 183 additions and 105 deletions

View file

@ -31,9 +31,9 @@
...
} @ inputs:
import ./cerulean
<| inputs
// {
inherit (nixpkgs) lib;
inherit (nt) mix;
};
(inputs
// {
inherit (nixpkgs) lib;
inherit (nt) mix;
});
}