mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
nix: add hydraJobs output for aggregating Hyprland build jobs
This commit is contained in:
parent
873bff390e
commit
64591c85aa
@ -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…
x
Reference in New Issue
Block a user