forked from the-distro/infra
flake: attempt to fix the hydraJobs definition
This commit is contained in:
parent
087d17c681
commit
c8208f42ef
1 changed files with 1 additions and 1 deletions
|
@ -102,6 +102,6 @@
|
|||
wob-vpn-gw.imports = commonModules ++ [ ./hosts/wob-vpn-gw ];
|
||||
} // builders;
|
||||
|
||||
hydraJobs = self.nixosConfigurations;
|
||||
hydraJobs = builtins.mapAttrs (n: v: v.config.system.build.toplevel) self.nixosConfigurations;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue