From cd3abc9b962d2495c6764dbef0b0e7e89273d16f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 04:35:14 +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 47714e83..50a5db61 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -73,7 +73,7 @@ in { bindsTo = deps; after = deps; - path = with pkgs; [borgbackup]; + path = with pkgs; [borgbackup] ++ optional (tCfg.lock != null) util-linux; script = let borgCmd = '' -- cgit v1.2.3