fix: disable heroic - failed to build

This commit is contained in:
Ryan Yin
2026-03-16 18:10:38 +08:00
parent e38d1936ca
commit 424b000ab5
+5 -6
View File
@@ -46,11 +46,11 @@ in
]) ])
++ (with pkgs-x64; [ ++ (with pkgs-x64; [
# a game launcher - great for epic games and gog games # a game launcher - great for epic games and gog games
(heroic.override { # (heroic.override {
extraPkgs = _pkgs: [ # extraPkgs = _pkgs: [
pkgs.gamescope # aarch64 # pkgs.gamescope # aarch64
]; # ];
}) # })
]); ]);
# a GUI game launcher for Steam/GoG/Epic # a GUI game launcher for Steam/GoG/Epic
@@ -62,7 +62,6 @@ in
protonPackages = [ pkgs-x64.proton-ge-bin ]; protonPackages = [ pkgs-x64.proton-ge-bin ];
winePackages = with pkgs-x64; [ winePackages = with pkgs-x64; [
wineWow64Packages.full wineWow64Packages.full
wineWowPackages.stagingFull
]; ];
extraPackages = with pkgs; [ extraPackages = with pkgs; [
winetricks winetricks