diff --git a/README.md b/README.md index 4f10957..59c0c3a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ [Cachix](https://app.cachix.org/cache/genodepkgs) +[Hydra](https://hydra.nix-community.org/project/genodepkgs) + # Repository layout - Native packages are at [packages](./packages/default.nix) diff --git a/flake.nix b/flake.nix index 33924c6..95adcb6 100644 --- a/flake.nix +++ b/flake.nix @@ -154,5 +154,7 @@ // x86_64-linux-x86_64-genode; }; + hydraJobs = self.checks; + }; } diff --git a/tests/default.nix b/tests/default.nix index e8c48d6..d486dbb 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -18,15 +18,16 @@ let ]; cores = [ - { - prefix = "hw-pc-"; - testingPython = testingPython { - inherit flake system localSystem crossSystem pkgs; - extraConfigurations = [ ../nixos-modules/base-hw-pc.nix ]; - }; - specs = [ "x86" "hw" ]; - platforms = [ "x86_64-genode" ]; - } + /* { + prefix = "hw-pc-"; + testingPython = testingPython { + inherit flake system localSystem crossSystem pkgs; + extraConfigurations = [ ../nixos-modules/base-hw-pc.nix ]; + }; + specs = [ "x86" "hw" ]; + platforms = [ "x86_64-genode" ]; + } + */ /* { prefix = "hw-virt_qemu-"; testingPython = testingPython {