mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2025-12-10 21:30:07 +01:00
357 B
357 B
Rensa Devtools
Utilities and dev tools with integration into the Rensa ecosystem (mainly devshell).
Usage
let
devshell = inputs.devshell.lib { inherit pkgs; };
in
devshell.mkShell {
imports = [inputs.devtools.devshellModule];
# use the modules
lefthook.enable = true;
}
Docs
See docs.