major refactoring

argument self is now provided via recursion
a naive implementation of host groups is added
This commit is contained in:
Emile Clark-Boman 2026-02-12 11:04:02 +10:00
parent 4c83ab50d5
commit c4f98bf9d8
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;
});
}