From 34eed9a4a220a7a362c9e73e9884d0eac21edc82 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Wed, 18 Oct 2023 11:59:17 -0400 Subject: [PATCH] flake: fix "attribute 'rust-bin' missing" --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 15ca45f54..3e3742318 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,6 @@ inherit system; overlays = [ self.overlay - (self: super: { inherit (self.rust-bin.stable.latest) rustc cargo rustdoc rust-std; }) fenix.overlays.default ] ++ extraOverlays; });