flake: add buildbot jobs entrypoints
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
8afcf249d6
commit
cd846260e4
1 changed files with 1 additions and 0 deletions
|
@ -110,5 +110,6 @@
|
|||
} // builders;
|
||||
|
||||
hydraJobs = builtins.mapAttrs (n: v: v.config.system.build.toplevel) self.nixosConfigurations;
|
||||
buildbotJobs = builtins.mapAttrs (_: v: v.config.system.build.toplevel) self.nixosConfigurations;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue