xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/nix_cross_compiling/nix/README.md (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1# Nix
2
3Nix Flake that supplies toolchains and SDKs for cross compiling.
4
5This is kept in its own package so that when using the Nix `path:` syntax, only
6this directory is copied to the Nix Store instead of the entire `rules_rust`
7repository.
8
9See also: `//bazel/nix_repositories.bzl`
10