rust-overlay outputs

main
xenofem 2022-07-03 11:42:15 -04:00
parent b13534b10e
commit 5cb8ca0732
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = [
rust-overlay.overlay
rust-overlay.overlays.default
(final: prev: {
rustc = final.rust-bin.stable.latest.default;
cargo = final.rust-bin.stable.latest.default;