blob: d4235ba275e533dbb348b44da086d4bb12af5b05 (
plain)
1
2
3
4
5
|
{pkgs, ...} @ inputs: {
arcanist = import ./arcanist inputs;
astal = import ./astal inputs;
unofficial-homestuck-collection = pkgs.callPackage ./unofficial-homestuck-collection inputs;
}
|