mirror of
https://github.com/Jovian-Experiments/Jovian-NixOS.git
synced 2025-10-06 00:22:54 +02:00
Fix decky extraPythonPackages module option
This commit is contained in:
@@ -9,7 +9,7 @@ let
|
||||
cfg = config.jovian.decky-loader;
|
||||
|
||||
package = cfg.package.overridePythonAttrs(old: {
|
||||
dependencies = old.dependencies ++ (cfg.extraPythonPackages old.python.pkgs);
|
||||
dependencies = old.dependencies ++ (cfg.extraPythonPackages old.passthru.python.pkgs);
|
||||
});
|
||||
in
|
||||
{
|
||||
|
Reference in New Issue
Block a user