Utils and dev tools for the Rensa ecosystem. https://devtools.rensa.projects.tf
Find a file
2025-12-31 21:51:06 +01:00
.gitlab fix(renovate): fix wrong key in renovate config 2025-12-19 16:09:32 +01:00
docs refactor(modules)!: allow multiple instances for taskfile & process-compose 2025-12-19 16:05:00 +01:00
lib chore: update cocogitto module to use nixpkgs package, assert version 2025-12-20 14:37:26 +01:00
nix/repo chore: add LICENSE 2025-12-31 21:51:06 +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: update cocogitto module to use nixpkgs package, assert version 2025-12-20 14:37:26 +01:00
flake.nix chore: add renovate and update repo flake 2025-12-19 15:03:08 +01:00
LICENSE.md chore: add LICENSE 2025-12-31 21:51:06 +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.