From 5cb8ca0732ea25ae8de151f1df71fcc50d9b7b71 Mon Sep 17 00:00:00 2001 From: xenofem Date: Sun, 3 Jul 2022 11:42:15 -0400 Subject: [PATCH] rust-overlay outputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1751540..e49dc4b 100644 --- a/flake.nix +++ b/flake.nix @@ -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;