hydra: enable hydrajobs

This commit is contained in:
Christoph Hollizeck 2025-11-22 21:10:18 +01:00
parent ad115eae39
commit 8f2c1f9893
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -58,7 +58,7 @@ in
self = inputs.self; self = inputs.self;
in in
{ {
# hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations; hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations;
packages = self.packages; packages = self.packages;
shells = lib.filterAttrs (name: shell: name == "x86_64-linux") self.devShells; shells = lib.filterAttrs (name: shell: name == "x86_64-linux") self.devShells;
}; };