Open
Description
I built by project locally and pushed all build dependencies to cachix. When using an explicit pkgs.nix
file this worked as expected and CI downloaded the dependencies and used them.
I changed to use the callCabalProjectToNix
function and now whatever I try, CI will rebuild the entire project. It seems that the hash is somehow dependent on what's in the directory.
The configuration is completely standard - https://github.com/mpickering/eventlog2html/blob/documentation/build.nix