2
0
Fork 0

Add hydraJobs to flake

This commit is contained in:
Emery Hemingway 2020-12-02 13:06:00 +01:00
parent 257696260c
commit f25f5115af
3 changed files with 14 additions and 9 deletions

View File

@ -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)

View File

@ -154,5 +154,7 @@
// x86_64-linux-x86_64-genode;
};
hydraJobs = self.checks;
};
}

View File

@ -18,7 +18,7 @@ let
];
cores = [
{
/* {
prefix = "hw-pc-";
testingPython = testingPython {
inherit flake system localSystem crossSystem pkgs;
@ -27,6 +27,7 @@ let
specs = [ "x86" "hw" ];
platforms = [ "x86_64-genode" ];
}
*/
/* {
prefix = "hw-virt_qemu-";
testingPython = testingPython {