docs: add generated devShells readme
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
2440029757
commit
2cab8107ba
1 changed files with 19 additions and 0 deletions
19
devShells/README.md
Normal file
19
devShells/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# devShells
|
||||
|
||||
This directory contains every derivations for devShells exposed by this flake.
|
||||
|
||||
## List of my devShells found in `self.devShells`
|
||||
|
||||
| Name | Description |
|
||||
| ---- | ----------- |
|
||||
| c-lang | c-lang shell to be loaded by my Neovim config dynamically. |
|
||||
| csharp | csharp shell to be loaded by my Neovim config dynamically. |
|
||||
| flake | Shell providing some utility scripts concerning the main flake. |
|
||||
| json | json shell to be loaded by my Neovim config dynamically. |
|
||||
| lua | lua shell to be loaded by my Neovim config dynamically. |
|
||||
| markdown | markdown shell to be loaded by my Neovim config dynamically. |
|
||||
| netdaemon | Shell that makes sure we have the right dotnet-sdk version for NetDaemon development. |
|
||||
| node | Shell that provides `bumpNpmDeps`, node and typescript. |
|
||||
| rust | rust shell to be loaded by my Neovim config dynamically. |
|
||||
| subtitles-dev | Shell that provides the dependencies for my subtitle management scripts. |
|
||||
| web | web shell to be loaded by my Neovim config dynamically. |
|
Loading…
Reference in a new issue