···1212- Add a `--substitute-on-destination` argument.
1313- Add the `meta.nodeSpecialArgs` meta option.
14141515+### Fixed
1616+1717+- Fix invalidated caches not actually returning `None`.
1818+1519## [v1.0.0] - 2025-12-17
16201721### Added
+1
crates/core/src/cache/mod.rs
···115115 // atleast once
116116 if Self::cache_invalid(&cached_blob.store_path) {
117117 trace!("discarding cache that does not exist in the nix store");
118118+ return None;
118119 }
119120120121 trace!(