Skip to content

Commit

Permalink
added tracing for vencord KaylorBen#22
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderUnderUrBed committed Oct 29, 2024
1 parent e75b778 commit b049a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ in {
applyPostPatch = pkg: lib.trace "Applying overrideAttrs to package: ${pkg.src}" (
pkg.overrideAttrs (oldAttrs: {
postPatch = ''
mkdir $out/src/userplugins
mkdir -p $out/src/userplugins
ln -s ${lib.escapeShellArg userPluginsDirectory} $out/src/userplugins
'';
})
Expand Down

0 comments on commit b049a16

Please sign in to comment.