From 99c537e10efa9ede6dee8085388631324fc00803 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Sat, 9 Jan 2021 20:39:12 -0500 Subject: [PATCH] Add nrdxp cachix to substituter flake list courtesy of: https://github.com/NixOS/nix/commit/343239fc8a1993f707a990c2cd54a41f1fa3de99 --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f6e81cf5..924e78f3 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,6 @@ { + nixConfig.substituters = [ "https://nrdxp.cachix.org" ]; + description = "A highly structured configuration database."; inputs =