mirror of
https://gitlab.com/rensa-nix/direnv.git
synced 2025-12-12 10:00:11 +01:00
chore: initial commit
This commit is contained in:
commit
bada848ca1
2 changed files with 426 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue