2022-12-27 01:27:13 +03:00
|
|
|
# Summary
|
|
|
|
|
2022-12-27 01:55:25 +03:00
|
|
|
[Home](./README.md)
|
|
|
|
[Changelog](./CHANGELOG.md)
|
2022-12-27 01:27:13 +03:00
|
|
|
|
|
|
|
---
|
|
|
|
* [Introduction](./introduction.md)
|
|
|
|
* [Artifact reuse](./introduction/artifact-reuse.md)
|
|
|
|
* [Sequential builds](./introduction/sequential-builds.md)
|
|
|
|
* [Getting started](./getting-started.md)
|
|
|
|
* [Quick start](./examples/quick-start.md)
|
|
|
|
* [Quick start (simple)](./examples/quick-start-simple.md)
|
|
|
|
* [Custom toolchain](./examples/custom-toolchain.md)
|
|
|
|
* [Alternative registry](./examples/alt-registry.md)
|
|
|
|
* [Cross compiling](./examples/cross-rust-overlay.md)
|
|
|
|
* [Cross compiling with musl](./examples/cross-musl.md)
|
2023-01-05 06:06:37 +03:00
|
|
|
* [Source filtering](./source-filtering.md)
|
2022-12-27 01:27:13 +03:00
|
|
|
---
|
|
|
|
- [API Reference](./API.md)
|
|
|
|
---
|
|
|
|
* [Troubleshooting/FAQ](./faq/faq.md)
|
|
|
|
* [Customizing nixpkgs and other inputs](./faq/custom-nixpkgs.md)
|
|
|
|
* [IFD (import from derivation) errors](./faq/ifd-error.md)
|
|
|
|
* [Constantly rebuilding from scratch](./faq/constant-rebuilds.md)
|
|
|
|
* [Building upstream cargo crate with no `Cargo.lock`](./faq/no-cargo-lock.md)
|
|
|
|
* [Patching `Cargo.lock` during build](./faq/patching-cargo-lock.md)
|
|
|
|
* [Building a subset of a workspace](./faq/build-workspace-subset.md)
|
2023-01-05 06:06:37 +03:00
|
|
|
* [Trouble building when using `include_str!` (or including other non-rust files)](./faq/building-with-non-rust-includes.md)
|
|
|
|
* [Dealing with sandbox-unfriendly build scripts](./faq/sandbox-unfriendly-build-scripts.md)
|