From e87720ae43c38c40274849e34e1bd51a6474c736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C3=B6lfchen?= Date: Sun, 19 Jul 2026 20:44:24 +0200 Subject: [PATCH] eww: remove rustc bootstrap eww has not been on nightly for over two years now, this is not needed anymore (cherry picked from commit 58fee7f4f7524452cf0a04153c66c0b77b0dab40) --- pkgs/by-name/ew/eww/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/ew/eww/package.nix b/pkgs/by-name/ew/eww/package.nix index 53fc9eea0f50..3b60609fb638 100644 --- a/pkgs/by-name/ew/eww/package.nix +++ b/pkgs/by-name/ew/eww/package.nix @@ -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) \