default.nix: reexport system configurations
This commit is contained in:
parent
33d9ec1110
commit
a6f43b43b2
1 changed files with 4 additions and 0 deletions
|
@ -5,4 +5,8 @@ in
|
||||||
{
|
{
|
||||||
ci.check = getPackage "ci-check";
|
ci.check = getPackage "ci-check";
|
||||||
formatter = getPackage "formatter";
|
formatter = getPackage "formatter";
|
||||||
|
systems = {
|
||||||
|
nixos = builtins.mapAttrs (_: system: system.result) nilla.systems.nixos;
|
||||||
|
darwin = builtins.mapAttrs (_: system: system.result) nilla.systems.darwin;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue