mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 07:01:57 -07:00
nix: add hydraJobs output for aggregating Hyprland build jobs
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user