From 5b16109e3a117b223fdd6842bc4a56b99fc6fca3 Mon Sep 17 00:00:00 2001 From: DavHau Date: Thu, 8 Oct 2020 02:06:09 +0700 Subject: [PATCH] add mach-nix (access python packages from pypi) --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 5cc1842..fed2302 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -34,6 +34,17 @@ "type": "github" } }, + { + "from": { + "id": "mach-nix", + "type": "indirect" + }, + "to": { + "owner": "DavHau", + "repo": "mach-nix", + "type": "github" + } + }, { "from": { "id": "nimble",