Make timecardbot read from inputs
So we don't have to plumb it through all the system args
This commit is contained in:
parent
997584dcd7
commit
851f6d9655
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, timecard-bot, ... }:
|
{ config, inputs, lib, pkgs, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
timecard-bot-pkg = timecard-bot.packages.x86_64-linux.default;
|
timecard-bot-pkg = inputs.timecard-bot.packages.x86_64-linux.default;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.myModules.timecardbot.enable = mkEnableOption "custom timecardbot configuration";
|
options.myModules.timecardbot.enable = mkEnableOption "custom timecardbot configuration";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue