bottles: declare need for multiArch explicitly
This commit is contained in:
parent
c4025e244b
commit
4194dc3819
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
}:
|
||||
|
||||
let fhsEnv = {
|
||||
# Many WINE games need 32bit
|
||||
multiArch = true;
|
||||
|
||||
targetPkgs = pkgs: with pkgs; [
|
||||
bottles-unwrapped
|
||||
# This only allows to enable the toggle, vkBasalt won't work if not installed with environment.systemPackages (or nix-env)
|
||||
|
|
Loading…
Reference in a new issue