Skip to content

Commit

Permalink
modules/decky-loader: Add pkg paths to LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Feb 1, 2025
1 parent 7c4175a commit a2d06c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/decky-loader.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ in
UNPRIVILEGED_USER = cfg.user;
UNPRIVILEGED_PATH = cfg.stateDir;
PLUGIN_PATH = "${cfg.stateDir}/plugins";
LD_LIBRARY_PATH = lib.makeLibraryPath cfg.extraPackages;
};

path = cfg.extraPackages;
Expand Down

0 comments on commit a2d06c9

Please sign in to comment.