rustc+cargo: Mark -unstable as lowPrio.
This commit is contained in:
parent
6e24c9974f
commit
12554997a7
@ -5097,13 +5097,13 @@ in
|
|||||||
|
|
||||||
rtags = callPackage ../development/tools/rtags/default.nix {};
|
rtags = callPackage ../development/tools/rtags/default.nix {};
|
||||||
|
|
||||||
rustcMaster = callPackage ../development/compilers/rustc/head.nix {};
|
rustcMaster = lowPrio (callPackage ../development/compilers/rustc/head.nix {});
|
||||||
rustc = callPackage ../development/compilers/rustc {};
|
rustc = callPackage ../development/compilers/rustc {};
|
||||||
|
|
||||||
rustPlatform = rustStable;
|
rustPlatform = rustStable;
|
||||||
|
|
||||||
rustStable = recurseIntoAttrs (makeRustPlatform cargo rustStable);
|
rustStable = recurseIntoAttrs (makeRustPlatform cargo rustStable);
|
||||||
rustUnstable = recurseIntoAttrs (makeRustPlatform cargoUnstable rustUnstable);
|
rustUnstable = lowPrio (recurseIntoAttrs (makeRustPlatform cargoUnstable rustUnstable));
|
||||||
|
|
||||||
# rust platform to build cargo itself (with cargoSnapshot)
|
# rust platform to build cargo itself (with cargoSnapshot)
|
||||||
rustCargoPlatform = makeRustPlatform (cargoSnapshot rustc) rustCargoPlatform;
|
rustCargoPlatform = makeRustPlatform (cargoSnapshot rustc) rustCargoPlatform;
|
||||||
@ -5783,9 +5783,9 @@ in
|
|||||||
rustPlatform = rustCargoPlatform;
|
rustPlatform = rustCargoPlatform;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoUnstable = callPackage ../development/tools/build-managers/cargo/head.nix {
|
cargoUnstable = lowPrio (callPackage ../development/tools/build-managers/cargo/head.nix {
|
||||||
rustPlatform = rustUnstableCargoPlatform;
|
rustPlatform = rustUnstableCargoPlatform;
|
||||||
};
|
});
|
||||||
|
|
||||||
cargoSnapshot = rustc:
|
cargoSnapshot = rustc:
|
||||||
callPackage ../development/tools/build-managers/cargo/snapshot.nix {
|
callPackage ../development/tools/build-managers/cargo/snapshot.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user