From b9ba3b194f9681da7abbf6f7babd3c9f8687172a Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 21 Apr 2024 11:22:18 +0200 Subject: [PATCH] semicolon ._. --- modules/backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backup.nix b/modules/backup.nix index 789d00e..198226c 100644 --- a/modules/backup.nix +++ b/modules/backup.nix @@ -19,7 +19,7 @@ let du -sh ${builtins.concatStringsSep " " backupPathsMedium} echo "Checking storage space (full)..." du -sh ${builtins.concatStringsSep " " backupPathsFull} - '' + ''; }; in {