mirror of
https://gitlab.com/rensa-nix/direnv.git
synced 2025-12-12 10:00:11 +01:00
22 lines
347 B
Markdown
22 lines
347 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
|
|
```
|
|
|
|
## Formatting & Linting
|
|
|
|
```sh
|
|
shfmt -w -i 2 direnvrc
|
|
shellcheck direnvrc
|
|
```
|