Utils and dev tools for the Rensa ecosystem. https://devtools.rensa.projects.tf
Find a file
2025-12-19 15:04:26 +01:00
.gitlab chore: add renovate and update repo flake 2025-12-19 15:03:08 +01:00
docs chore: initial commit 2025-09-17 11:59:53 +02:00
lib feat: add basic process compose module 2025-12-19 15:04:26 +01:00
nix/repo feat: add basic process compose module 2025-12-19 15:04:26 +01:00
.envrc chore: initial commit 2025-09-17 11:59:53 +02:00
.gitignore chore: add renovate and update repo flake 2025-12-19 15:03:08 +01:00
.gitlab-ci.yml chore: add renovate and update repo flake 2025-12-19 15:03:08 +01:00
flake.lock chore: initial commit 2025-09-17 11:59:53 +02:00
flake.nix chore: add renovate and update repo flake 2025-12-19 15:03:08 +01: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.