Skip to content

Commit

Permalink
flake: fix "attribute 'rust-bin' missing"
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Oct 18, 2023
1 parent 8670257 commit 34eed9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down

0 comments on commit 34eed9a

Please sign in to comment.