rustc: build the stable channel
This commit is contained in:
parent
740d3b1517
commit
af0002d884
@ -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" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user