I've got a local unstable package and I want it to always be at the latest commit from its source's upstream. For that I added passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; in the package, but when I build the package/install it, it doesn't update.
I don't wanna have to manually update the source's rev and hash, maybe I'm just not using it right ?
Well that does works, idk if it's the best way to do so tho, I did reuse ur timestamp function tho thanks