migrated complex pkgs

This commit is contained in:
2024-12-14 16:54:50 -06:00
parent 3242385ad5
commit b40e4e2226
16 changed files with 21 additions and 943 deletions

View File

@@ -1,8 +1,8 @@
{
inputs,
config,
lib,
pkgs,
inputs,
...
}:
{
@@ -40,13 +40,12 @@
ryujinx # switch
;
}
++ [
# minecraft launcher
(pkgs.callPackage ../../pkgs/polymc/default.nix { })
# Super Mario 127
(pkgs.callPackage ../../pkgs/super-mario-127/default.nix { })
# 3Ds emulator
(pkgs.callPackage ../../pkgs/citra/default.nix { branch = "nightly"; })
];
++ builtins.attrValues {
inherit (inputs.jawz-scripts.packages.x86_64-linux)
polymc # minecraft launcher
super-mario-127 # Super Mario 127
citra # 3Ds emulator
;
};
};
}