Utils and dev tools for the Rensa ecosystem. https://devtools.rensa.projects.tf
Find a file
2025-09-18 16:04:39 +02:00
docs chore: initial commit 2025-09-17 11:59:53 +02:00
lib chore: initial commit 2025-09-17 11:59:53 +02:00
nix/repo docs: add site_url for sitemap 2025-09-18 16:04:39 +02:00
.envrc chore: initial commit 2025-09-17 11:59:53 +02:00
.gitignore chore: initial commit 2025-09-17 11:59:53 +02:00
.gitlab-ci.yml chore: initial commit 2025-09-17 11:59:53 +02:00
flake.lock chore: initial commit 2025-09-17 11:59:53 +02:00
flake.nix chore: initial commit 2025-09-17 11:59:53 +02:00
README.md chore: initial commit 2025-09-17 11:59:53 +02:00

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.