pkgs: Add modrinth-app
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 34m35s

This commit is contained in:
2024-01-09 17:19:13 +00:00
parent d07ef96d28
commit 39e7c703ba
3 changed files with 6337 additions and 0 deletions

View File

@@ -7,4 +7,5 @@ in
monocraft' = callPackage ./monocraft.nix { };
vfio-pci-bind = callPackage ./vfio-pci-bind.nix { };
librespeed-go = callPackage ./librespeed-go.nix { };
modrinth-app = callPackage ./modrinth-app { };
}