From 09e1fac43e6bb3dda0badbca0db658f90d32a203 Mon Sep 17 00:00:00 2001 From: death916 Date: Fri, 21 Nov 2025 03:57:09 -0800 Subject: [PATCH] fix pkgs --- modules/c2cscrape.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/c2cscrape.nix b/modules/c2cscrape.nix index d8b7261..ad801ae 100644 --- a/modules/c2cscrape.nix +++ b/modules/c2cscrape.nix @@ -1,9 +1,14 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.services.c2cscrape; # Import the package relative to this file - c2cscrapePkg = pkgs.callPackage ../pkgs/c2cscrape/default.nix { }; + c2cscrapePkg = pkgs.python3Packages.callPackage ../pkgs/c2cscrape/default.nix { }; in { options.services.c2cscrape = { @@ -37,7 +42,6 @@ in }; }; - systemd.timers.c2cscrape = { wantedBy = [ "timers.target" ]; timerConfig = {