ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

fix invalidated caches not actually invalidating

+5
+4
CHANGELOG.md
··· 12 12 - Add a `--substitute-on-destination` argument. 13 13 - Add the `meta.nodeSpecialArgs` meta option. 14 14 15 + ### Fixed 16 + 17 + - Fix invalidated caches not actually returning `None`. 18 + 15 19 ## [v1.0.0] - 2025-12-17 16 20 17 21 ### Added
+1
crates/core/src/cache/mod.rs
··· 115 115 // atleast once 116 116 if Self::cache_invalid(&cached_blob.store_path) { 117 117 trace!("discarding cache that does not exist in the nix store"); 118 + return None; 118 119 } 119 120 120 121 trace!(