Is it possible to replace the signature on a store path with one generated by a local key?
In particular, I have a CI server building a repo, but I copied paths from my personal development machine so that it didn’t have to rebuild the build dependencies. The CI job runs nix sign-paths -k <ci-key> --all
but the paths I uploaded remain signed with my personal key even after being copied to an S3 bucket. Is there a way to forcibly re-sign paths even if they were not built on the CI machine and were signed elsewhere?