From 5ed5086f8415ae6dae8051ea2b4f4b7f0a5ce690 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 22 May 2020 01:07:57 +0200 Subject: [PATCH] Remove unnecessary parameter --- common/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.nix b/common/common.nix index f8c69984..869a3f3f 100644 --- a/common/common.nix +++ b/common/common.nix @@ -1,4 +1,4 @@ -{ pkgs ? import }: { +{ pkgs }: { syncthing = { declarativeWith = hosts: path: let