-
**Describe the bug**
Hello, I'm attempting to load an env var from sops. It's the output of [argon2](https://en.wikipedia.org/wiki/Argon2) key derivation, and contains dollar signs. E.g. (this is fro…
-
**Describe the bug**
i have tried everything from deleting, reinstalling,install different method etc
have red somewhere that maybe it was a problem for direnv to be in a folder with space inbetween…
-
I keep project-specific configuration (functions, aliases, environment variables, etc.) in a `.project` file in the root of the project directory, and have a Zsh hook that automatically sources it.
…
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to easily view the values of relevant environment variables that have been loaded.
I know I could use `e…
-
**Describe the bug**
I am new to `direnv`, so correct me if I am wrong, but from what I tried (using the latest binary on Mac) and if I understand it correctly, you can either have a `.envrc` OR an…
-
The LSP may be installed in different locations depending on whether and which Ruby version manager you use. To leverage the similar problem for Rust, the built-in Rust support has recently ntroduced …
-
### Describe the bug
Whenever direnv sets the environment on my Mac, it sets a variable called `XPC_SERVICE_NAME` to `0`. This appears to be a variable set by macOS, and without direnv it's set to …
-
we should have similar support to direnv's `use nix` feature. Perhaps something like this:
```toml
[env]
"@nix" = "default.nix"
"@nix:flake" = "flake.nix"
```
I noticed https://github.com/ni…
-
I have a nontrivial direnv setup to cache the vars required for complex enviornments. The basic setup is that I use `nix-shell`, but for large dependency trees this can take a handful of seconds, whic…
-
One popular alternative for env file format is env directory ([python implementation example](https://envdir.readthedocs.io/en/latest/)). It's not necessarily "better" than env files but I think it's …