Declarative jobset fix
This commit is contained in:
parent
d3b8b04307
commit
aebdaa3d09
1 changed files with 3 additions and 5 deletions
|
@ -75,10 +75,8 @@
|
|||
) aarch64-linux-hosts
|
||||
)
|
||||
);
|
||||
hydraJobs = {
|
||||
inherit (self.nixosConfigurations)
|
||||
x86_64-hosts
|
||||
;
|
||||
};
|
||||
hydraJobs.hosts = builtins.mapAttrs (
|
||||
_: host: host.config.system.build.toplevel
|
||||
) self.nixosConfigurations;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue