Skip to content

Commit

Permalink
add missing toString call
Browse files Browse the repository at this point in the history
  • Loading branch information
fidgetingbits committed Nov 29, 2024
1 parent 86195be commit 877f3af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixos/modules/config/users-groups.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ let
'';

overrideOrderText = isMutable: ''
If the option {option}`users.mutableUsers` is `${isMutable}`, then the order of
precedence is as shown below, where values on the left are overridden by
values on the right:
If the option {option}`users.mutableUsers` is
`${builtins.toString isMutable}`, then the order of precedence is as shown
below, where values on the left are overridden by values on the right:
${if isMutable then overrideOrderMutable else overrideOrderImmutable}
'';
Expand Down

0 comments on commit 877f3af

Please sign in to comment.