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
|
) aarch64-linux-hosts
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
hydraJobs = {
|
hydraJobs.hosts = builtins.mapAttrs (
|
||||||
inherit (self.nixosConfigurations)
|
_: host: host.config.system.build.toplevel
|
||||||
x86_64-hosts
|
) self.nixosConfigurations;
|
||||||
;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue