Skip to content

Commit

Permalink
flake: fenix.overlay -> fenix.overlays.default
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Oct 18, 2023
1 parent 8d97bb6 commit 1acbc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 1acbc9b

Please sign in to comment.