nvfetcher

This commit is contained in:
xunuwu 2024-09-09 12:02:12 +02:00
parent 013fc0e2d0
commit 1f35c4fe1c
No known key found for this signature in database
9 changed files with 159 additions and 50 deletions

View file

@ -1,8 +1,10 @@
{pkgs, ...}: {
{pkgs, ...}: let
nv_generated = pkgs.callPackage ../_sources/generated.nix {};
in {
jdnbtexplorer = pkgs.qt6Packages.callPackage ./jdnbtexplorer {};
gamesand = pkgs.callPackage ./gamesand {};
pince = pkgs.callPackage ./pince {};
binaryninja-personal = pkgs.qt6Packages.callPackage ./binaryninja-personal {};
sobercookie = pkgs.callPackage ./sobercookie {};
sobercookie = pkgs.callPackage ./sobercookie {inherit nv_generated;};
krunker = pkgs.callPackage ./krunker {};
}