From 565fffe39d8bc511fa0feb98a245f20295f806fd Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 21 Aug 2025 06:38:52 +0200 Subject: refactor: pass lib and pkgs to helpers.nix --- nixos/hosts/ev/torrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/hosts/ev') 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 { inherit config; }; + helpers = import { inherit config lib pkgs; }; cfg = config.torrent; in { -- cgit v1.2.3