hydra: add hydrajobs to flake-parts
This commit is contained in:
parent
02b0930313
commit
551c5e01d1
5 changed files with 64 additions and 21 deletions
|
|
@ -34,4 +34,14 @@ in
|
|||
}
|
||||
))
|
||||
];
|
||||
|
||||
flake.hydraJobs =
|
||||
let
|
||||
self = inputs.self;
|
||||
in
|
||||
{
|
||||
# hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations;
|
||||
packages = self.packages;
|
||||
shells = lib.filterAttrs (name: shell: name == "x86_64-linux") self.devShells;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue