Don't need the sep then

This commit is contained in:
niten 2023-09-28 20:36:48 -07:00
parent 4c8a29a0a2
commit 47b7248dd7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ let
'') domains));
makeSigningTable = domains:
pkgs.writeTextDir "signing.table" (concatStrings "\n" (map (dom: ''
pkgs.writeTextDir "signing.table" (concatStrings (map (dom: ''
${dom} ${dom}
'') domains));