From 1acbc9b91c4968b19b4b7005513f554675adfa4b Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Wed, 18 Oct 2023 11:52:54 -0400 Subject: [PATCH] flake: fenix.overlay -> fenix.overlays.default --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1ff580213..ac094dbd7 100644 --- a/flake.nix +++ b/flake.nix @@ -19,8 +19,8 @@ inherit system; overlays = [ self.overlay - fenix.overlay (self: super: { inherit (self.rust-bin.stable.latest) rustc cargo rustdoc rust-std; }) + fenix.overlays.default ] ++ extraOverlays; }); releaseAndDebug = attr: call: args: {