eww: remove rustc bootstrap

eww has not been on nightly for over two years now, this is not needed
anymore
This commit is contained in:
Wölfchen
2026-07-19 20:44:24 +02:00
parent c617884af6
commit 58fee7f4f7
-3
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) \