From e69cfafcbe75151ab32e08eda77f21d88d49f759 Mon Sep 17 00:00:00 2001
From: Emery Hemingway <ehmry@posteo.net>
Date: Fri, 27 Nov 2020 14:50:22 +0100
Subject: [PATCH] hydra: add Genodepkgs project

---
 build01/hydra-declarative-projects.nix | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/build01/hydra-declarative-projects.nix b/build01/hydra-declarative-projects.nix
index 61ccd36..eaef622 100644
--- a/build01/hydra-declarative-projects.nix
+++ b/build01/hydra-declarative-projects.nix
@@ -9,6 +9,13 @@
       description = "Bleeding edge emacs overlay";
       homepage = "https://github.com/nix-community/emacs-overlay";
     };
+    genodepkgs = {
+      displayName = "Genodepkgs";
+      inputValue = "https://git.sr.ht/~ehmry/genodepkgs";
+      specFile = "hydra.json";
+      description = "Packages for Genode";
+      homepage = "https://git.sr.ht/~ehmry/genodepkgs";
+    };
     nix-data = {
       displayName = "nix-data";
       inputValue = "https://github.com/nix-community/nix-data";