Skip to content

RensaNix/DevTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.