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
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue