Declarative jobset for Hydra CI
This commit is contained in:
parent
3dba050d34
commit
d3b8b04307
3 changed files with 47 additions and 14 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
nixvim,
|
||||
disko,
|
||||
|
@ -74,5 +75,10 @@
|
|||
) aarch64-linux-hosts
|
||||
)
|
||||
);
|
||||
hydraJobs = {
|
||||
inherit (self.nixosConfigurations)
|
||||
x86_64-hosts
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue