fix(agents): make videoDrivers optional with safe default
For standalone Home Manager evaluation where videoDrivers may be absent
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
videoDrivers,
|
||||
videoDrivers ? [],
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
|
||||
Reference in New Issue
Block a user