mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2025-12-11 22:00:07 +01:00
chore: initial commit
This commit is contained in:
commit
db488d8f41
26 changed files with 1077 additions and 0 deletions
19
docs/index.md
Normal file
19
docs/index.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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;
|
||||
}
|
||||
```
|
||||
|
||||
[See all options](./options.md)
|
||||
Loading…
Add table
Add a link
Reference in a new issue