From a9151f59551e7519e32859c7fc3791760568ddcc Mon Sep 17 00:00:00 2001 From: Eric Ren <546296+rencire@users.noreply.github.com> Date: Sun, 22 Mar 2020 11:48:07 -0700 Subject: [PATCH 1/2] add rencire repository --- repos.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repos.json b/repos.json index 37214cc81..c52e11d29 100644 --- a/repos.json +++ b/repos.json @@ -195,6 +195,9 @@ "ptival": { "url": "https://github.com/Ptival/nur-packages" }, + "rencire": { + "url": "https://github.com/rencire/nur-packages" + }, "rummik": { "url": "https://gitlab.com/rummik/nixos/nur-packages" }, From f43fd1eb5392eb0fc7a2800c13e9fa3eb177ef38 Mon Sep 17 00:00:00 2001 From: Eric Ren <546296+rencire@users.noreply.github.com> Date: Sat, 28 Mar 2020 14:51:10 -0700 Subject: [PATCH 2/2] fix: add submodule flag --- repos.json | 1 + 1 file changed, 1 insertion(+) diff --git a/repos.json b/repos.json index c52e11d29..28124749b 100644 --- a/repos.json +++ b/repos.json @@ -196,6 +196,7 @@ "url": "https://github.com/Ptival/nur-packages" }, "rencire": { + "submodules": true, "url": "https://github.com/rencire/nur-packages" }, "rummik": {