refactor: enable foundation, standardize exports

This commit is contained in:
Jake Hamilton 2024-06-14 04:55:15 -07:00
parent fea8c2cd9c
commit b3f9fe574e
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -12,24 +12,13 @@
{
__file__ = ./default.nix;
# options.foundation = lib.options.create {
# type = lib.types.attrs.of lib.types.derivation;
# };
options.foundation = lib.options.create {
type = lib.types.attrs.of lib.types.derivation;
};
# config.foundation = foundation;
# config.packages.foundation =
# builtins.mapAttrs (name: package: {
# name = package.name;
# inherit package;
# meta = package.meta;
# })
# foundation;
config.foundation = foundation;
}
];
};
in
result.config
# result.config.exported
result.config.exported