major refactoring
argument self is now provided via recursion a naive implementation of host groups is added
This commit is contained in:
parent
be916c8674
commit
5c5f3fb65e
3 changed files with 183 additions and 105 deletions
10
flake.nix
10
flake.nix
|
|
@ -31,9 +31,9 @@
|
|||
...
|
||||
} @ inputs:
|
||||
import ./cerulean
|
||||
<| inputs
|
||||
// {
|
||||
inherit (nixpkgs) lib;
|
||||
inherit (nt) mix;
|
||||
};
|
||||
(inputs
|
||||
// {
|
||||
inherit (nixpkgs) lib;
|
||||
inherit (nt) mix;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue