Skip to content

Commit

Permalink
another attempt at userplugins KaylorBen#39
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderUnderUrBed committed Oct 28, 2024
1 parent 4a69974 commit 8959ad4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,8 @@ in {
mkVencordCfg;

applyPostPatch = pkg: pkg.overrideAttrs (oldAttrs: {
#stdenv = oldAttrs.stdenv;
postPatch = ''
${lib.trace "Current build directory (PWD): ${oldAttrs.stdenv.pwd}" ""}
${lib.trace "Current directory (PWD): ${builtins.getEnv "src"}" ""}
ls
ln -s ${lib.escapeShellArg userPluginsDirectory} src/userplugins
'';
Expand Down

0 comments on commit 8959ad4

Please sign in to comment.