summaryrefslogtreecommitdiff
path: root/modules/flake/hydraJobs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/flake/hydraJobs.nix')
-rw-r--r--modules/flake/hydraJobs.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/flake/hydraJobs.nix b/modules/flake/hydraJobs.nix
index 57aa3af..cfe9ca7 100644
--- a/modules/flake/hydraJobs.nix
+++ b/modules/flake/hydraJobs.nix
@@ -12,7 +12,12 @@ in {
type = types.lazyAttrsOf types.raw;
default = {};
description = ''
- An attribute set containing home-manager homeConfigurations
+ A collection of jobsets for Hydra. See https://nixos.wiki/wiki/Hydra#Flake_jobset
+ '';
+ example = ''
+ {
+ inherit (self) packages;
+ }
'';
};
};