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
For some reason, passing --tarball-ttl 0 or --option tarball-ttl 0 to nom doesn’t do anything. When I’m doing something like nom build github:NixOS/nixpkgs/pull/1234/merge#hello and the PR is updated, I have to switch back to nix just to get the tarball invalidated and then run the nom command again. Not sure what could be going on here, as other options generally seem to work.
The text was updated successfully, but these errors were encountered:
Uh, that’s super weird. I have no clue how nom could be affecting this. We only pass different flags to nix to change the output verbosity, that should not affect this at all.
For some reason, passing
--tarball-ttl 0
or--option tarball-ttl 0
tonom
doesn’t do anything. When I’m doing something likenom build github:NixOS/nixpkgs/pull/1234/merge#hello
and the PR is updated, I have to switch back tonix
just to get the tarball invalidated and then run thenom
command again. Not sure what could be going on here, as other options generally seem to work.The text was updated successfully, but these errors were encountered: