hydra: stop building nixberry, since there are no changes anyways and I need to refactor
This commit is contained in:
parent
f7eece03f0
commit
cb68581efe
1 changed files with 3 additions and 1 deletions
|
@ -174,7 +174,9 @@
|
|||
self = inputs.self;
|
||||
|
||||
hydraJobs = {
|
||||
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations;
|
||||
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) (
|
||||
lib.filterAttrs (name: cfg: name != "nixberry") 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