nyxt: Fix local build startup.

master
Pierre Neidhardt 2021-02-05 09:18:48 +01:00
parent d072400397
commit d14782e5d7
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
#!/bin/sh
exec ~/.guix-extra-profiles/main/main/bin/nyxt "$@"
# exec ~/common-lisp/nyxt/nyxt "$@"
_guix_profile=$HOME/.guix-temp-profiles/nyxt/nyxt
[ -e "$_guix_profile" ] && source "$_guix_profile"/etc/profile
exec ~/common-lisp/nyxt/nyxt "$@"
## Symlinks are not followed, so we must make sure to expose them directly and
## not just the parent directory.