mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore: replace cache in flake.nix
nixConfig
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
6d5e7fae15
commit
b5fa7e1f44
1 changed files with 4 additions and 6 deletions
10
flake.nix
10
flake.nix
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
description = "teepot";
|
||||
|
||||
nixConfig.extra-substituters = [
|
||||
"https://nixsgx.cachix.org"
|
||||
];
|
||||
nixConfig.extra-trusted-public-keys = [
|
||||
"nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="
|
||||
];
|
||||
nixConfig = {
|
||||
extra-substituters = [ "https://attic.teepot.org/tee-pot" ];
|
||||
extra-trusted-public-keys = [ "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=" ];
|
||||
};
|
||||
|
||||
inputs = {
|
||||
nixsgx-flake.url = "github:matter-labs/nixsgx";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue