viddy: remove RUSTC_BOOTSTRAP

Upstream prefer stable rust-toolchain since v1.0.0-rc.6

ref: f0e835843e
This commit is contained in:
Kenichi Kamiya 2025-06-04 15:24:33 +09:00
parent cb18bae097
commit b04c2b5800
No known key found for this signature in database
GPG key ID: 9BE4016A38165CCB

View file

@ -18,9 +18,6 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
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_GIT_DESCRIBE = "Nixpkgs";