-
**Describe the bug**
Dear devTeam, thank you for your great work! Empowered by your excellent product and concise documentation I am able to use devenv using the flake-module version.
However, if I …
-
`pkgs.rubyPackages.github-pages` is available, and includes Jekyll in a way that no longer requires `.envrc` or `Gemfile` for simple sites.
l0b0 updated
10 months ago
-
As a fish shell user, I can't just `source` files with environment variables that are written for bash. Direnv solves this nicely for `.envrc` and `.envrc` files, but I don't see a way to read files w…
karlb updated
11 months ago
-
It's not always possible to add devenv.* files to the repository, so in those cases we can recommend the best workflow.
This is commonly called workspaces.
-
**Is your feature request related to a problem? Please describe.**
I would like `direnv` to reload the `.envrc` if some environment variable changes. Basically, something like `direnv watch` for that…
-
**Describe the bug**
I noticed today that for example `XDG_DATA_DIRS` gets replaced with the nix path (`/nix/SOME_HASH-patchelf-0.12/share`) when using the .envrc with `use nix`. This resulted in a c…
-
## Issue description
I can source and use chruby manually by typing these commands into my interactive bash shell:
```console
$ . "$HOME/.bashrc.d/direnv/rvm.sh"
$ . "$HOME/.bashrc.d/direnv/ch…
-
**Is your feature request related to a problem? Please describe.**
Currently direnv loads `.envrc` which is a hidden file. In my opinion per-project configuration should be in non-hidden files and no…
-
the value of `PWD` seems to get changed when `direnv` finishes. therefore, i put this function in `.direnvrc` to work around:
```
# figures the current working directory without relying on PWD (which…
-
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…