From 03fe473c731cda2900bae9894b8dfc68e3492db5 Mon Sep 17 00:00:00 2001 From: talyz Date: Tue, 20 Aug 2024 11:35:42 +0200 Subject: [PATCH] nixos: Formatting fixes --- nixos.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nixos.nix b/nixos.nix index b31604e..5566b63 100644 --- a/nixos.nix +++ b/nixos.nix @@ -778,7 +778,7 @@ in persistedDirs = catAttrs "dirPath" directories; persistedVarDirs = intersectLists varDirs persistedDirs; in - persistedVarDirs != []; + persistedVarDirs != [ ]; in mkIf (any id allPersistentStoragePaths.enableWarnings) (mkMerge [ @@ -797,8 +797,9 @@ in The following groups are missing a gid: ${concatStringsSep "\n " groupsWithoutGid} ''} - '']) - ]); + '' + ]) + ]); }; }