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