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