summaryrefslogtreecommitdiff
path: root/nixos/hosts/ev
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts/ev')
-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 ddc4dcb..a09c507 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> { inherit config; };
+ helpers = import <top/helpers.nix> { inherit config lib pkgs; };
cfg = config.torrent;
in
{