mirror of
https://github.com/hyprwm/Hyprland
synced 2025-04-13 02:38:10 +02:00
nix: add hydraJobs output for aggregating Hyprland build jobs
This commit is contained in:
parent
873bff390e
commit
64591c85aa
1 changed files with 6 additions and 0 deletions
|
@ -157,5 +157,11 @@
|
||||||
|
|
||||||
nixosModules.default = import ./nix/module.nix inputs;
|
nixosModules.default = import ./nix/module.nix inputs;
|
||||||
homeManagerModules.default = import ./nix/hm-module.nix self;
|
homeManagerModules.default = import ./nix/hm-module.nix self;
|
||||||
|
|
||||||
|
# Hydra build jobs
|
||||||
|
# Recent versions of Hydra can aggregate jobsets from 'hydraJobs' intead of a release.nix
|
||||||
|
# or similar. Remember to filter large or incompatible attributes here. More eval jobs can
|
||||||
|
# be added by merging, e.g., self.packages // self.devShells.
|
||||||
|
hydraJobs = self.packages;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue