Skip to content

Commit

Permalink
docs(guide): 📝 fix rust-overlay guide
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi authored and kolloch committed Feb 10, 2025
1 parent 8537c2d commit b2543f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/00_guides/80_using_a_rust_overlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In a flake with flake-parts:
cargo = pkgs.rust-bin.stable.latest.default;
};
generatedCargoNix = inputs.crate2nix.tools.${system}.appliedCargoNix {
generatedCargoNix = inputs.crate2nix.tools.${system}.generatedCargoNix {
name = "rustnix";
src = ./.;
};
Expand Down

0 comments on commit b2543f1

Please sign in to comment.