mirror of
https://gitlab.com/rensa-nix/direnv.git
synced 2025-12-12 10:00:11 +01:00
15 lines
268 B
Markdown
15 lines
268 B
Markdown
# Rensu 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
|
|
```
|
|
|