357da6c296
The old logic flow had the structure if ( … ) { if ( … ) { … } else { … } } else { … } which is quite hard to follow in Nix. Instead we ensure that no if expression is inside a then branch. This change is zero rebuild, as no logic was changed. |
||
---|---|---|
.. | ||
build-rust-crate | ||
build-rust-package | ||
fetch-cargo-tarball | ||
hooks | ||
lib | ||
sysroot | ||
test/import-cargo-lock | ||
carnix.nix | ||
crates-io.nix | ||
default-crate-overrides.nix | ||
fetchcargo-default-config.toml | ||
fetchcrate.nix | ||
import-cargo-lock.nix |