buildbot: update

This commit is contained in:
Luj 2023-11-24 17:40:18 +01:00
parent 95cfeba3ae
commit 08bb2458cc
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@
machines = lib.luj.machines;
hydraJobs = {
checks = {
packages = packages;
machines = lib.mapAttrs (_: v: v.config.system.build.toplevel) self.nixosConfigurations;
};