Skip to content

Commit

Permalink
chore: update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed May 11, 2024
1 parent fa95af1 commit 74a811b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions topology/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ in {
lib = lib.mkOption {
default = {};
type = lib.types.attrsOf lib.types.attrs;
description = lib.mdDoc ''
description = ''
This option allows modules to define helper functions, constants, etc.
'';
};
Expand All @@ -77,7 +77,7 @@ in {
message = "you can't enable this for that reason";
}
];
description = lib.mdDoc ''
description = ''
This option allows modules to express conditions that must
hold for the evaluation of the topology configuration to
succeed, along with associated error messages for the user.
Expand All @@ -101,7 +101,7 @@ in {
internal = true;
default = [];
example = ["This is deprecated for that reason"];
description = lib.mdDoc ''
description = ''
This option allows modules to show warnings to users during
the evaluation of the topology configuration.
'';
Expand Down

0 comments on commit 74a811b

Please sign in to comment.