From 3748705bfe4d2f97066744873260a5ee7d0e959b Mon Sep 17 00:00:00 2001 From: danjl1100 Date: Sat, 6 Nov 2021 10:29:23 -0500 Subject: [PATCH] update README for upstream mozilla-overlay issue resolution per comment https://github.com/mozilla/nixpkgs-mozilla/issues/232#issuecomment-707883876 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b21e6c71..e33b32be 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ in import sources.nixpkgs { # NOTE: "rust" instead of "rustc" is not a typo: It will include more than needed # but also the much needed "rust-std". rustc = super.latest.rustChannels.stable.rust; - inherit (super.latest.rustChannels.stable) cargo rust rust-fmt rust-std clippy; + inherit (super.latest.rustChannels.stable); }) ]; }