I really like using lorri except for two problems that I have. The first is that it seems to be impossible to use nix-shell in a directory managed by lorri/direnv.
To Reproduce
Steps to reproduce the behavior:
Change to a project directory with lorri/direnv enabled.
nix-shell -p cmatrix
Run cmatrix -s, press key to exit.
touch shell.nix, wait a little for lorri daemon, press enter again.
Run cmatrix -s again ... it's disappeared!
Expected behavior
I would like it if lorri could not update variables, or somehow disable direnv temporarily, while a nix-shell is running.
Describe the bug
I really like using lorri except for two problems that I have. The first is that it seems to be impossible to use
nix-shell
in a directory managed by lorri/direnv.To Reproduce Steps to reproduce the behavior:
nix-shell -p cmatrix
cmatrix -s
, press key to exit.touch shell.nix
, wait a little for lorri daemon, press enter again.cmatrix -s
again ... it's disappeared!Expected behavior
I would like it if lorri could not update variables, or somehow disable direnv temporarily, while a
nix-shell
is running.Metadata
lorri 1.2.0 on NixOS.