From 7146548a0aaaabe7c0be31088a95b60aa4131723 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 4 Jun 2020 20:12:14 +0200 Subject: [PATCH] Add templates flake --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 185cf1d..e4cefe1 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -106,6 +106,17 @@ "type": "github" } }, + { + "from": { + "id": "templates", + "type": "indirect" + }, + "to": { + "owner": "NixOS", + "repo": "templates", + "type": "github" + } + }, { "from": { "id": "patchelf",