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) [Cachix](https://app.cachix.org/cache/genodepkgs)
[Hydra](https://hydra.nix-community.org/project/genodepkgs)
# Repository layout # Repository layout
- Native packages are at [packages](./packages/default.nix) - Native packages are at [packages](./packages/default.nix)

View File

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

View File

@ -18,15 +18,16 @@ let
]; ];
cores = [ cores = [
{ /* {
prefix = "hw-pc-"; prefix = "hw-pc-";
testingPython = testingPython { testingPython = testingPython {
inherit flake system localSystem crossSystem pkgs; inherit flake system localSystem crossSystem pkgs;
extraConfigurations = [ ../nixos-modules/base-hw-pc.nix ]; extraConfigurations = [ ../nixos-modules/base-hw-pc.nix ];
}; };
specs = [ "x86" "hw" ]; specs = [ "x86" "hw" ];
platforms = [ "x86_64-genode" ]; platforms = [ "x86_64-genode" ];
} }
*/
/* { /* {
prefix = "hw-virt_qemu-"; prefix = "hw-virt_qemu-";
testingPython = testingPython { testingPython = testingPython {