Skip to content

Instantly share code, notes, and snippets.

View cidkidnix's full-sized avatar

Dylan Green cidkidnix

View GitHub Profile
@cidkidnix
cidkidnix / box64.nix
Last active February 23, 2024 19:21
self: super: super.lib.optionalAttrs (super.stdenv.targetPlatform.isAarch64) rec {
#-------#
# Box64 #
#-------#
mapNamesToPackage = {
"libX11" = super.xorg.libX11;
"libXcursor" = super.xorg.libXcursor;
"libXi" = super.xorg.libXi;
"libXrandr" = super.xorg.libXrandr;