Skip to content

Instantly share code, notes, and snippets.

View tpwrules's full-sized avatar

Thomas Watson tpwrules

  • Thomas Computer Industries
  • ?
View GitHub Profile
@tpwrules
tpwrules / box64.nix
Created February 23, 2024 19:21 — forked from cidkidnix/box64.nix
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;