chore: reformat

This commit is contained in:
technofab 2025-09-02 11:34:24 +02:00
parent cad40720a6
commit f147295418
No known key found for this signature in database
5 changed files with 8 additions and 5 deletions

View file

@ -64,7 +64,7 @@ in rec {
unsetOr = typ:
(types.either unsetType typ)
// {
description = typ.description;
inherit (typ) description;
};
mkUnsetOption = opts:
mkOption (opts

View file

@ -18,7 +18,7 @@ in rec {
nixJobsByDefault = mkOption {
description = ''
Whether to transform all jobs to nix-configured jobs by default.
If false, you need to set [`nix.enable`](#pipelinesnamejobsnamenixenable)
If false, you need to set [`nix.enable`](#pipelinesnamejobsnamenixenable)
for each job you want to be transformed.
'';
type = types.bool;