mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 16:12:40 +02:00
fix: disable heroic - failed to build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user