mirror of
https://gitlab.com/rensa-nix/direnv.git
synced 2025-12-10 09:00:05 +01:00
Direnv integration for Rensa Nix
| direnvrc | ||
| README.md | ||
Rensa Direnv Integration
Usage
- Use latest release/tag:
- Get hash for release:
direnv fetchurl https://gitlab.com/rensa-nix/direnv/-/raw/<version>/direnvrc - Add this to your
.envrc:# configure rensa here if needed, like: # REN_DO_WATCH=false # etc. source $(fetchurl https://gitlab.com/rensa-nix/direnv/-/raw/<version>/direnvrc <hash>) use ren //repo/shells/default
Configuration
See direnvrc at the top.
Formatting & Linting
shfmt -w -i 2 direnvrc
shellcheck direnvrc