mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
fix pkgs
This commit is contained in:
parent
772e933b91
commit
09e1fac43e
1 changed files with 7 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue