Skip to content

Commit

Permalink
user-env: fix wrapper escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Jan 13, 2025
1 parent 9bd57a8 commit ca8b784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/Dell-Inspiron-15/user-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
in ''
export ${var}=${valStr}
'') env)}
exec -a "\$0" '${nixGL}'/bin/nixGLIntel ${lib.escapeShellArg "${pkg}/${file}"} "\$@"
exec -a "$0" '${nixGL}'/bin/nixGLIntel ${lib.escapeShellArg "${pkg}/${file}"} "$@"
'';

wrapper = runCommandLocal ("${lib.getName pkg}-wrapper") {
Expand Down

0 comments on commit ca8b784

Please sign in to comment.