Skip to content

Commit

Permalink
feat: update substituters and trusted keys in flake.nix
Browse files Browse the repository at this point in the history
- Replace the nixsgx.cachix.org substituter with attic.teepot.org/tee-pot
- Update trusted-public-keys to match the new substituter
  • Loading branch information
haraldh committed Jul 1, 2024
1 parent 28a7376 commit 7ffe110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
description = "era-fee-withdrawer";

nixConfig = {
extra-substituters = ["https://nixsgx.cachix.org"];
extra-trusted-public-keys = ["nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="];
extra-substituters = ["https://attic.teepot.org/tee-pot"];
extra-trusted-public-keys = ["tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg="];
};

inputs = {
Expand Down

0 comments on commit 7ffe110

Please sign in to comment.