haskell.nix/config.nix

9 lines
156 B
Nix

{
# allow building for windows
allowUnsupportedSystem = true;
# we want the 64bit wine version
wine.build = "wine64";
wine.release = "stable";
}