ci: Fixed attempting to push to arc cachix

This commit is contained in:
kat witch 2021-05-13 18:56:29 +01:00
parent ecfafc8c51
commit 756216350c
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

1
ci.nix
View file

@ -14,6 +14,7 @@ in {
cache.cachix.arc = {
enable = true;
publicKey = "arc.cachix.org-1:DZmhclLkB6UO0rc0rBzNpwFbbaeLfyn+fYccuAy7YVY=";
signingKey = null;
};
cache.cachix.kittywitch = {
enable = true;