hydra: enable hydrajobs
This commit is contained in:
parent
ad115eae39
commit
8f2c1f9893
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue