diff options
-rw-r--r-- | custom/borgbackup.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
73 | bindsTo = deps; | 73 | bindsTo = deps; |
74 | after = deps; | 74 | after = deps; |
75 | 75 | ||
76 | path = with pkgs; [borgbackup] ++ optional (tCfg.lock != null) util-linux; | 76 | path = with pkgs; [borgbackup] ++ optional (tCfg.lock != null) utillinux; |
77 | 77 | ||
78 | script = let | 78 | script = let |
79 | borgCmd = '' | 79 | borgCmd = '' |