feat: deadlock-api-ingest package and output

This is an utility to have my matches in Deadlock (video-game) be fed
into the community maintained API faster and perhaps more accurately.
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-09-23 17:33:44 -03:00
parent 88dd0a7e2e
commit dd52f6ee91
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 42 additions and 1 deletions

View file

@ -73,6 +73,7 @@
formatter."${system}" = pkgs.nixfmt-rfc-style;
packages."${system}" = {
deadlock-api-ingest = pkgs.callPackage ./packages/deadlock-api-ingest.nix { };
lmms = pkgs.callPackage ./packages/lmms/package.nix { };
miraclecast = pkgs.callPackage ./packages/miraclecast.nix { };
wb32dfu-udev-rules = pkgs.callPackage ./packages/wb32dfu-udev-rules { };