We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2bd4e commit de7a027Copy full SHA for de7a027
hix/init/nix/hix.nix
@@ -2,12 +2,13 @@
2
# name = "project-name";
3
compiler-nix-name = "ghc8107"; # Version of GHC to use
4
5
- crossPlatforms = p: pkgs.lib.optionals pkgs.stdenv.hostPlatform.isx86_64 ([
6
- p.mingwW64
7
- p.ghcjs
8
- ] ++ pkgs.lib.optionals pkgs.stdenv.hostPlatform.isLinux [
9
- p.musl64
10
- ]);
+ # Cross compilation support:
+ # crossPlatforms = p: pkgs.lib.optionals pkgs.stdenv.hostPlatform.isx86_64 ([
+ # p.mingwW64
+ # p.ghcjs
+ # ] ++ pkgs.lib.optionals pkgs.stdenv.hostPlatform.isLinux [
+ # p.musl64
11
+ # ]);
12
13
# Tools to include in the development shell
14
shell.tools.cabal = "latest";
0 commit comments