Skip to content

Commit

Permalink
update README for upstream mozilla-overlay issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danjl1100 authored Nov 6, 2021
1 parent 15ff57e commit 3748705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
})
];
}
Expand Down

0 comments on commit 3748705

Please sign in to comment.