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

@ -119,7 +119,7 @@
contactLocalStorageDirs = lib.mapAttrsToList localStorageDir contactAccounts;
localStorageDirs = calendarLocalStorageDirs ++ contactLocalStorageDirs;
mkTmpFileRule = (dir: ''d ${dir} 0755 ${config.home.username} ${config.home.username} - -'');
mkTmpFileRule = (dir: "d ${dir} 0755 ${config.home.username} ${config.home.username} - -");
tmpFileRules = map mkTmpFileRule localStorageDirs;
in
lib.mkIf cfg.enable {