mirror of
https://gitlab.com/rensa-nix/direnv.git
synced 2025-12-13 02:20:05 +01:00
15 lines
268 B
Markdown
15 lines
268 B
Markdown
# Rensa Direnv Integration
|
|
|
|
## Usage
|
|
|
|
```console
|
|
direnv fetchurl https://gitlab.com/rensa-nix/direnv/-/raw/main/direnvrc
|
|
```
|
|
|
|
`.envrc`:
|
|
```bash
|
|
source $(fetchurl https://gitlab.com/rensa-nix/direnv/-/raw/main/direnvrc <hash>)
|
|
|
|
use envreload //repo/shells/default
|
|
```
|
|
|