chore: add devtools

This commit is contained in:
technofab 2025-12-31 22:57:15 +01:00
parent 7d0c4bc78d
commit a9d35d750f
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
11 changed files with 146 additions and 28 deletions

View file

@ -6,4 +6,3 @@ DevShell is used in these projects, feel free to take inspiration from them:
- [soonix](https://gitlab.com/TECHNOFAB/soonix)
- [rensa-core](https://gitlab.com/rensa-nix/core)
- [rensa-devtools](https://gitlab.com/rensa-nix/devtools)

View file

@ -12,4 +12,3 @@ Additional functionality can be added with modules, like [Rensa DevTools](https:
- **fast**: due to the NixOS module system it's a bit slower than `pkgs.mkShell`, but only about 10% (still in the tens of milliseconds range)
- **minimal**: only contains the bare minimum, the rest should be added with imported modules
- **straight forward**: no toml (like numtide/devshell), no abstractions over Nix (like devenv), just a straight forward Nix lib

View file

@ -2,4 +2,3 @@
- [soonix](https://soonix.projects.tf/usage/#with-devshell)
- [rensa devtools](https://devtools.rensa.projects.tf)