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:
Austin Horstman 2026-01-13 22:47:32 -06:00
parent 0150937c66
commit 4e235a8746
9 changed files with 11 additions and 12 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 {