reformat and add hydra jobs back
This commit is contained in:
parent
02c23ecd79
commit
b08ed7b544
1 changed files with 26 additions and 21 deletions
|
@ -95,5 +95,10 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
hydraJobs =
|
||||||
|
let
|
||||||
|
get-toplevel = (host: nixSystem: nixSystem.config.microvm.declaredRunner or nixSystem.config.system.build.toplevel);
|
||||||
|
in
|
||||||
|
nixpkgs-stable.lib.mapAttrs get-toplevel self.nixosConfigurations;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue