mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
vaultwarden: Drop rust nightly workaround
The related issue has been closed since the 1.25 release.
This commit is contained in:
parent
a3ac3f8502
commit
b41dbf177a
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user