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.
This commit is contained in:
parent
f34755ff34
commit
d69a141fdd
1 changed files with 2 additions and 2 deletions
|
|
@ -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}";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue