eww: remove rustc bootstrap (#543584)

This commit is contained in:
Yohann Boniface
2026-07-19 19:31:40 +00:00
committed by GitHub

View File

@@ -46,9 +46,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoTestFlags = finalAttrs.cargoBuildFlags;
# requires unstable rust features
env.RUSTC_BOOTSTRAP = 1;
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd eww \
--bash <($out/bin/eww shell-completions --shell bash) \