Skip to content

Commit

Permalink
another attempt at userplugins KaylorBen#40
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderUnderUrBed committed Oct 28, 2024
1 parent 8959ad4 commit 1c39163
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 @@ -356,7 +356,7 @@ in {

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

0 comments on commit 1c39163

Please sign in to comment.