summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
blob: 453d37c9d5a3d710da451a3b9a65fcee0ab4c6ed (plain)
1
2
3
4
5
6
{pkgs, ...} @ inputs: {
  arcanist = pkgs.callPackage ./arcanist inputs;
  astal = pkgs.callPackage ./astal inputs;
  libfprint-2-tod1-vfs0090 = pkgs.callPackage ./libfprint-2-tod1-vfs0090 inputs;
  unofficial-homestuck-collection = pkgs.callPackage ./unofficial-homestuck-collection inputs;
}