Skip to content

Commit

Permalink
nixos: Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
talyz committed Aug 20, 2024
1 parent 785dd65 commit 03fe473
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ in
persistedDirs = catAttrs "dirPath" directories;
persistedVarDirs = intersectLists varDirs persistedDirs;
in
persistedVarDirs != [];
persistedVarDirs != [ ];
in
mkIf (any id allPersistentStoragePaths.enableWarnings)
(mkMerge [
Expand All @@ -797,8 +797,9 @@ in
The following groups are missing a gid:
${concatStringsSep "\n " groupsWithoutGid}
''}
''])
]);
''
])
]);
};

}

0 comments on commit 03fe473

Please sign in to comment.