Closed bladyjoker closed 1 year ago
@gnumonik can you please check the direnv workflow as for some reason it breaks in lambda-buffers-compiler
directory for me. I wonder if the issue is reproducible.
Essentially got to lambda-buffers-compiler
directory and do direnv allow
or direnv reload
when necessary.
@gnumonik can you please check the direnv workflow as for some reason it breaks in
lambda-buffers-compiler
directory for me. I wonder if the issue is reproducible. Essentially got tolambda-buffers-compiler
directory and dodirenv allow
ordirenv reload
when necessary.
I had an older version of nix-direnv -.-
Either nix profile upgrade nixpkgs#nix-direnv
or nix profile list | grep nix-direnv
to find the package and remove it with nix profile remove #number
and install the latest version nix profile install nixpkgs#nix-direnv
Thanks @gnumonik , I'll merge this and we can proceed with fixes in the following PRs.
DONE