mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
viddy: remove RUSTC_BOOTSTRAP
Upstream prefer stable rust-toolchain since v1.0.0-rc.6
ref: f0e835843e
This commit is contained in:
parent
cb18bae097
commit
b04c2b5800
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-Bp3t/fjaFeouIoKlRvQPVDlc46Ggitfx6HUXE+RZN0A=";
|
cargoHash = "sha256-Bp3t/fjaFeouIoKlRvQPVDlc46Ggitfx6HUXE+RZN0A=";
|
||||||
|
|
||||||
# requires nightly features
|
|
||||||
env.RUSTC_BOOTSTRAP = 1;
|
|
||||||
|
|
||||||
env.VERGEN_BUILD_DATE = "2024-11-28"; # managed via the update script
|
env.VERGEN_BUILD_DATE = "2024-11-28"; # managed via the update script
|
||||||
env.VERGEN_GIT_DESCRIBE = "Nixpkgs";
|
env.VERGEN_GIT_DESCRIBE = "Nixpkgs";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue