vaultwarden: Drop rust nightly workaround

The related issue has been closed since the 1.25 release.
This commit is contained in:
Martin Weinelt 2023-04-10 20:36:37 +02:00
parent a3ac3f8502
commit b41dbf177a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -28,10 +28,6 @@ rustPlatform.buildRustPackage rec {
++ optional (dbBackend == "mysql") libmysqlclient
++ optional (dbBackend == "postgresql") postgresql;
# vaultwarden depends on rocket v0.5.0-dev, which requires nightly features.
# This may be removed if https://github.com/dani-garcia/vaultwarden/issues/712 is fixed.
RUSTC_BOOTSTRAP = 1;
buildFeatures = dbBackend;
passthru = {