From 9a02e3d7b2ad846e23a20633d4b2a3a2a899cda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 23 Dec 2023 20:49:27 +0100 Subject: [PATCH] change to numtide as binary cache --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 351c240..54d613d 100644 --- a/flake.nix +++ b/flake.nix @@ -4,8 +4,8 @@ inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small"; inputs.nixos-2311.url = "github:NixOS/nixpkgs/release-23.11"; - nixConfig.extra-substituters = [ "https://nix-community.cachix.org" ]; - nixConfig.extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; + nixConfig.extra-substituters = [ "https://numtide.cachix.org" ]; + nixConfig.extra-trusted-public-keys = [ "numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE=" ]; outputs = { self, nixos-unstable, nixos-2311 }: let