From 5a0c9eb79b5618c4894397646788e77db90429e0 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 27 Mar 2025 08:27:56 +0100 Subject: refactor: pass config to helpers --- nixos/hosts/ev/torrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/hosts/ev/torrent.nix') diff --git a/nixos/hosts/ev/torrent.nix b/nixos/hosts/ev/torrent.nix index 7b7cbdb..ddc4dcb 100644 --- a/nixos/hosts/ev/torrent.nix +++ b/nixos/hosts/ev/torrent.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: let - helpers = import ; + helpers = import { inherit config; }; cfg = config.torrent; in { -- cgit v1.2.3