Skip to content

Commit

Permalink
nix: add hydraJobs output for aggregating Hyprland build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf authored Feb 5, 2025
1 parent 873bff3 commit 64591c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,11 @@

nixosModules.default = import ./nix/module.nix inputs;
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;
};
}

0 comments on commit 64591c8

Please sign in to comment.