You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In nix, builtins.fetchurl caches files for tarball-ttl seconds, default is 3600. C-n-s checks only local files, but do not check if tarball-ttl is expired.
This issue is only related to live URLs, e.g. nixpkgs-mozilla fetches channel-rust-nightly.toml which is updated daily.
Note that c-n-s stores a single cache entry per nix-shell invocation, and stale cache for cached-nix-shell ./foo.nix won't affect cache for cached-nix-shell ./bar.nix.
From the README:
Can we have a concrete example in the README that explains what kind of change it wouldn't catch?
Thanks!
The text was updated successfully, but these errors were encountered: