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";