chore: initial commit

This commit is contained in:
technofab 2025-07-11 20:54:35 +02:00
commit bada848ca1
No known key found for this signature in database
2 changed files with 426 additions and 0 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# 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
```