Add hydraJobs to flake

post-mortem
Emery Hemingway 3 years ago
parent 257696260c
commit f25f5115af

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

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

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

Loading…
Cancel
Save