Skip to content

Commit

Permalink
added tracing for vencord KaylorBen#16
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderUnderUrBed committed Oct 29, 2024
1 parent 7ac851a commit 7d4303b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ in {

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

0 comments on commit 7d4303b

Please sign in to comment.