From abfc0b4c3aa2d6f99c76b20c4d7bdb6d0603ac80 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 14 Sep 2024 08:57:08 -0700 Subject: [PATCH] update cachix public key --- docs/install/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/linux.md b/docs/install/linux.md index 07b6313aa00..7413faf3691 100644 --- a/docs/install/linux.md +++ b/docs/install/linux.md @@ -367,7 +367,7 @@ hide: { nix.settings = { substituters = ["https://wezterm.cachix.org"]; - trusted-public-keys = ["wezterm.cachix.org-"]; + trusted-public-keys = ["wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="]; }; } ```