From 468c0971cae3515d9c8dfa854b75b614d08d9251 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 14:23:59 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/borgbackup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index 5171b722..9047d72e 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -98,7 +98,7 @@ in { preStop = mkIf (hasAttr path tCfg.prune) '' borg prune \ - --prefix "${tCfg.prefix}${path}" \ + --prefix "${cfg.prefix}${path}" \ ${concatStringsSep " " tCfg.prune."${path}"} \ ${tCfg.repo} ''; -- cgit v1.2.3