From 5baf341d3a39e68cfec78ed1725f375e76c95743 Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Sat, 1 Jul 2023 23:42:29 +1000 Subject: [PATCH] Add cachix --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 2da664c..f09a760 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -34,6 +34,17 @@ "type": "github" } }, + { + "from": { + "id": "cachix", + "type": "indirect" + }, + "to": { + "owner": "cachix", + "repo": "cachix", + "type": "github" + } + }, { "from": { "id": "composable",