rustc: build the stable channel
This commit is contained in:
parent
740d3b1517
commit
af0002d884
@ -12,5 +12,5 @@ callPackage ./makeRustcDerivation.nix {
|
|||||||
patches = [
|
patches = [
|
||||||
./patches/beta.patch
|
./patches/beta.patch
|
||||||
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
|
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
|
||||||
configureFlags = [ "--release-channel=beta" ];
|
configureFlags = [ "--release-channel=stable" ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user