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