From db63d7c1d5edaef74ec945f8f37aa70a7149b3f2 Mon Sep 17 00:00:00 2001 From: DavHau Date: Fri, 19 Nov 2021 18:46:55 +0700 Subject: [PATCH] add dreampkgs dreampkgs is a collection of software packages managed with dream2nix, a framework for automated packaging. --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 8101ee3..07ec72f 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -12,6 +12,17 @@ "type": "github" } }, + { + "from": { + "id": "dreampkgs", + "type": "indirect" + }, + "to": { + "owner": "nix-community", + "repo": "dreampkgs", + "type": "github" + } + }, { "from": { "id": "dwarffs",