You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
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.
Metadata
lorri 1.2.0 on NixOS.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: