nixpkgs/pkgs/build-support/rust/hooks
Alyssa Ross 4816a73bb5 rustPlatform: --frozen -> --offline
--frozen is stricter than we need in Nixpkgs.  If a Cargo.lock is
slightly wrong, or (in my use case) if building a subproject that is
not a member of the top-level workspace, but the correct Cargo.lock
can be entirely resolved from the existing top-level Cargo.lock, it
should be deterministic, and shouldn't cause any problems, to let
cargo generate the new Cargo.lock.  This should result in less need to
bother upstreams about fixing their Cargo.lock files in cases where
they could have been automatically fixed.
2024-05-18 11:18:59 +02:00
..
cargo-build-hook.sh rustPlatform: --frozen -> --offline 2024-05-18 11:18:59 +02:00
cargo-check-hook.sh rustPlatform: --frozen -> --offline 2024-05-18 11:18:59 +02:00
cargo-install-hook.sh rust: hooks: fix cross compilation 2023-09-26 06:30:44 +00:00
cargo-nextest-hook.sh rustPlatform: --frozen -> --offline 2024-05-18 11:18:59 +02:00
cargo-setup-hook.sh Merge pull request #218472 from figsoda/cargo-setup 2023-03-03 19:40:55 -05:00
default.nix rust: allow linker to be different from compiler 2024-01-15 22:34:02 +01:00
maturin-build-hook.sh rustPlatform: --frozen -> --offline 2024-05-18 11:18:59 +02:00
rust-bindgen-hook.sh rustPlatform.bindgenHook: init 2022-02-22 19:37:07 +01:00