2024-06-08 22:21:04 -04:00
|
|
|
{
|
2024-07-21 17:12:26 -04:00
|
|
|
inputs,
|
2024-06-13 22:27:54 -04:00
|
|
|
mkVersion,
|
2024-07-21 17:12:26 -04:00
|
|
|
pkgs,
|
2024-06-08 22:21:04 -04:00
|
|
|
...
|
2024-07-21 17:12:26 -04:00
|
|
|
}: {
|
2024-06-08 22:21:04 -04:00
|
|
|
coloryou = pkgs.callPackage ./coloryou {};
|
|
|
|
|
2024-06-11 16:42:47 -04:00
|
|
|
gpu-screen-recorder = pkgs.callPackage ./gpu-screen-recorder {
|
2024-06-13 22:27:54 -04:00
|
|
|
inherit (inputs) gpu-screen-recorder-src;
|
2024-06-11 16:42:47 -04:00
|
|
|
};
|
|
|
|
|
2024-08-02 22:32:29 -04:00
|
|
|
libratbag = pkgs.callPackage ./libratbag {
|
|
|
|
inherit (inputs) libratbag-src;
|
|
|
|
};
|
|
|
|
|
2024-06-08 22:21:04 -04:00
|
|
|
pam-fprint-grosshack = pkgs.callPackage ./pam-fprint-grosshack {
|
2024-06-13 22:27:54 -04:00
|
|
|
inherit (inputs) pam-fprint-grosshack-src;
|
2024-06-08 22:21:04 -04:00
|
|
|
};
|
|
|
|
|
2024-08-02 22:32:29 -04:00
|
|
|
piper = pkgs.callPackage ./piper {
|
|
|
|
inherit (inputs) piper-src;
|
|
|
|
};
|
|
|
|
|
2024-06-08 22:21:04 -04:00
|
|
|
pokemon-colorscripts = pkgs.callPackage ./pokemon-colorscripts {
|
2024-06-13 22:27:54 -04:00
|
|
|
inherit (inputs) pokemon-colorscripts-src;
|
|
|
|
inherit mkVersion;
|
2024-06-08 22:21:04 -04:00
|
|
|
};
|
|
|
|
|
2024-08-01 00:41:47 -04:00
|
|
|
proton-ge-latest = pkgs.callPackage ./proton-ge-latest {};
|
|
|
|
|
2024-07-27 15:22:55 -04:00
|
|
|
protonhax = pkgs.callPackage ./protonhax {
|
|
|
|
inherit (inputs) protonhax-src;
|
|
|
|
inherit mkVersion;
|
|
|
|
};
|
|
|
|
|
2024-06-08 22:21:04 -04:00
|
|
|
repl = pkgs.callPackage ./repl {};
|
2024-06-13 22:27:54 -04:00
|
|
|
|
|
|
|
trash-d = pkgs.callPackage ./trash-d {
|
|
|
|
inherit (inputs) trash-d-src;
|
|
|
|
};
|
2024-07-07 16:55:16 -04:00
|
|
|
|
|
|
|
yuzu = pkgs.callPackage ./yuzu {};
|
2024-06-08 22:21:04 -04:00
|
|
|
}
|