From d69a141fdd15e81f4211531ff22775acf189c676 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 8 May 2026 16:33:59 +0000 Subject: [PATCH] Remove timecard-bot as direct pass-through for systems Because it's not used in the module and I want the new LLM machine to work without having timecard-bot as an input. --- system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.nix b/system.nix index 8c461b7..aeffb6c 100644 --- a/system.nix +++ b/system.nix @@ -1,4 +1,4 @@ -{ configFiles, configuration, disko, home-manager, inputs, nixpkgs, nixvim, roles, sops-nix, system, timecard-bot, ... }: +{ configFiles, configuration, disko, home-manager, inputs, nixpkgs, nixvim, roles, sops-nix, system }: let allowed-unfree-packages = [ "corefonts" @@ -38,7 +38,7 @@ in nixpkgs.lib.nixosSystem { system = "${system}"; }; specialArgs = { - inherit configFiles inputs timecard-bot; + inherit configFiles inputs; }; system = "${system}"; }