expose overlays and systems

This commit is contained in:
Robin Appelman 2023-07-09 17:09:48 +02:00
commit 3edf9df237

View file

@ -44,5 +44,7 @@
matrix = {
include = concatMap (system: map (sdk: {inherit system sdk;}) self.sdks.${system}) systems;
};
overlays.default = import ./pkgs;
inherit systems;
};
}