treewide: nix fmt

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-02-04 20:56:16 -06:00
parent 451f6638e5
commit 0d782ee42c
6 changed files with 8 additions and 9 deletions

View file

@ -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 {