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