We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust-overlay
1 parent 8537c2d commit b2543f1Copy full SHA for b2543f1
docs/src/content/docs/00_guides/80_using_a_rust_overlay.md
@@ -52,7 +52,7 @@ In a flake with flake-parts:
52
cargo = pkgs.rust-bin.stable.latest.default;
53
};
54
55
- generatedCargoNix = inputs.crate2nix.tools.${system}.appliedCargoNix {
+ generatedCargoNix = inputs.crate2nix.tools.${system}.generatedCargoNix {
56
name = "rustnix";
57
src = ./.;
58
0 commit comments