From 779c7993a29a88d32ced0d1710928fb5811f6012 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 9 Sep 2023 21:48:25 +0800 Subject: [PATCH] nix: add crane to substituters --- modules/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nix.nix b/modules/nix.nix index 02707bc..b72b848 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -17,9 +17,11 @@ in { extra-substituters = [ "https://nix-community.cachix.org" + "https://crane.cachix.org" ]; extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "crane.cachix.org-1:8Scfpmn9w+hGdXH/Q9tTLiYAE/2dnJYRJP7kl80GuRk=" ]; };