Commit 4194dc38 authored by Atemu's avatar Atemu
Browse files

bottles: declare need for multiArch explicitly

parent c4025e24
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)