hydra: reintroduce nixberry build, need some homeassitant changes
This commit is contained in:
parent
fcaf180621
commit
063b489f1a
1 changed files with 4 additions and 3 deletions
|
|
@ -174,9 +174,10 @@
|
||||||
self = inputs.self;
|
self = inputs.self;
|
||||||
|
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) (
|
# hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) (
|
||||||
lib.filterAttrs (name: cfg: name != "nixberry") self.outputs.nixosConfigurations
|
# lib.filterAttrs (name: cfg: name != "nixberry") self.outputs.nixosConfigurations
|
||||||
);
|
# );
|
||||||
|
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations;
|
||||||
packages = self.packages;
|
packages = self.packages;
|
||||||
shells = lib.filterAttrs (name: shell: name == "x86_64-linux") self.devShells;
|
shells = lib.filterAttrs (name: shell: name == "x86_64-linux") self.devShells;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue