From df4f7efea1570050ba3f1828e41419304606e212 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 20 Jul 2023 21:27:06 +0200 Subject: ... --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d51cd532..fd18ba0b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,15 @@ { description = "GKleen's flakey nixos configuration"; + nixConfig = { + extra-substituters = [ + "https://nix-community.cachix.org" + ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; + inputs = { nixpkgs = { type = "github"; -- cgit v1.2.3