devtools/docs/index.md

22 lines
361 B
Markdown
Raw Normal View History

2025-09-17 11:59:53 +02:00
# Rensa Devtools
Utilities and dev tools with integration into the Rensa ecosystem (mainly devshell).
## Usage
```nix
let
devshell = inputs.devshell.lib { inherit pkgs; };
in
devshell.mkShell {
imports = [inputs.devtools.devshellModule];
# use the modules
lefthook.enable = true;
task.",".tasks = { ... };
2025-09-17 11:59:53 +02:00
}
```
[See all options](./options.md)