rustc: build the stable channel

This commit is contained in:
Georges Dubus 2015-05-16 00:54:20 +02:00
parent 740d3b1517
commit af0002d884

View file

@ -12,5 +12,5 @@ callPackage ./makeRustcDerivation.nix {
patches = [
./patches/beta.patch
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
configureFlags = [ "--release-channel=beta" ];
configureFlags = [ "--release-channel=stable" ];
}