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 498aa37 commit ebff9f6Copy full SHA for ebff9f6
release.nix
@@ -32,7 +32,7 @@ let
32
};
33
34
35
- build = pkgs.lib.genAttrs [ "x86_64-linux" "i686-linux" /* "x86_64-freebsd" "i686-freebsd" */ "x86_64-darwin" /* "i686-solaris" "i686-cygwin" */ ] (system:
+ build = pkgs.lib.genAttrs [ "x86_64-linux" "i686-linux" /* "x86_64-freebsd" "i686-freebsd" "x86_64-darwin" "i686-solaris" "i686-cygwin" */ ] (system:
36
37
with import <nixpkgs> { inherit system; };
38
@@ -74,7 +74,7 @@ let
74
build.i686-linux
75
#build.x86_64-freebsd
76
#build.i686-freebsd
77
- build.x86_64-darwin
+ #build.x86_64-darwin
78
rpm_fedora23i386
79
rpm_fedora23x86_64
80
deb_debian8i386
0 commit comments