flake: attempt to fix the hydraJobs definition

This commit is contained in:
Pierre Bourdon 2024-07-10 19:03:18 +02:00
parent 087d17c681
commit c8208f42ef
Signed by untrusted user: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -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;
};
}