mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 23:44:48 +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";
|
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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue