summaryrefslogtreecommitdiff
path: root/nixos/hosts/ev/torrent.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-27 08:27:56 +0100
committerMartin Fischer <martin@push-f.com>2025-03-27 19:50:24 +0100
commit5a0c9eb79b5618c4894397646788e77db90429e0 (patch)
tree11b41c1f174c8e091494733791d957b1a2fe701b /nixos/hosts/ev/torrent.nix
parentc5ff49ba30e7e4b472c4abe7fcf589e2e419c4fc (diff)
refactor: pass config to helpers
Diffstat (limited to 'nixos/hosts/ev/torrent.nix')
-rw-r--r--nixos/hosts/ev/torrent.nix2
1 files changed, 1 insertions, 1 deletions
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 <top/helpers.nix>;
+ helpers = import <top/helpers.nix> { inherit config; };
cfg = config.torrent;
in
{