treewide: nix fmt
nix fmt updated in nixpkgs with string handling changes Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
0150937c66
commit
4e235a8746
9 changed files with 11 additions and 12 deletions
|
|
@ -278,7 +278,7 @@ in
|
|||
type = types.nullOr types.str;
|
||||
default = if platforms.darwin ? "defaultsId" then platforms.darwin.defaultsId else null;
|
||||
example = if default != null then default else "com.developer.app";
|
||||
description = ''The id for the darwin defaults in order to set policies'';
|
||||
description = "The id for the darwin defaults in order to set policies";
|
||||
};
|
||||
|
||||
darwinAppName = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue