Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | HD | 25-Apr-2025 | 0 | |||
README.md | H A D | 25-Apr-2025 | 284 | 10 | 6 | |
flake.lock | H A D | 25-Apr-2025 | 4 KiB | 160 | 159 | |
flake.nix | H A D | 25-Apr-2025 | 5.6 KiB | 157 | 138 |
README.md
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