Skip to content

Commit b2543f1

Browse files
BeiyanYunyikolloch
authored andcommitted
docs(guide): 📝 fix rust-overlay guide
1 parent 8537c2d commit b2543f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/00_guides/80_using_a_rust_overlay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In a flake with flake-parts:
5252
cargo = pkgs.rust-bin.stable.latest.default;
5353
};
5454
55-
generatedCargoNix = inputs.crate2nix.tools.${system}.appliedCargoNix {
55+
generatedCargoNix = inputs.crate2nix.tools.${system}.generatedCargoNix {
5656
name = "rustnix";
5757
src = ./.;
5858
};

0 commit comments

Comments
 (0)