chore: replace cache in flake.nix nixConfig

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-07-02 13:00:19 +02:00
parent 6d5e7fae15
commit b5fa7e1f44
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -1,12 +1,10 @@
{ {
description = "teepot"; description = "teepot";
nixConfig.extra-substituters = [ nixConfig = {
"https://nixsgx.cachix.org" extra-substituters = [ "https://attic.teepot.org/tee-pot" ];
]; extra-trusted-public-keys = [ "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=" ];
nixConfig.extra-trusted-public-keys = [ };
"nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="
];
inputs = { inputs = {
nixsgx-flake.url = "github:matter-labs/nixsgx"; nixsgx-flake.url = "github:matter-labs/nixsgx";