From 1607c60bceea5954704252bda0848bad2ccfafbf Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 9 Apr 2018 13:39:32 +0200 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 1826b954..6e7ef1af 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -1,7 +1,7 @@ { config, lib, utils, pkgs, ... }: -with lib; with utils; +with lib; let cfg = config.services.borgbackup; -- cgit v1.2.3