Editing the shell.nix file for a project doesn't trigger a reload with the daemon. lorri watch does work, though.
I checked that the daemon is running with
# the daemon appears to be running:
$ launchctl list | grep lorri
3328 0 org.nixos.lorri
# this is all there is in the log:
$ cat /var/tmp/lorri.log
Oct 28 12:35:06.652 INFO ready
To Reproduce
Steps to reproduce the behavior:
cd my-project
wait for the first direnv: loading my-project/.envrc
$ uname -a
Darwin C02Z74ARLVDQ 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64 x86_64 i386 MacBookPro15,1 Darwin
Describe the bug
Editing the
shell.nix
file for a project doesn't trigger a reload with the daemon.lorri watch
does work, though.I checked that the daemon is running with
To Reproduce Steps to reproduce the behavior:
cd my-project
direnv: loading my-project/.envrc
my-project/shell.nix
Expected behavior
direnv: loading ...
is triggeredActual behavior
Metadata
Additional context I installed following the instructions for macOS.