nixos-configs/devShells
matt1432 8ba117e22b
All checks were successful
Discord / discord commits (push) Has been skipped
refactor: use overlays for my custom packages
2025-03-04 16:40:21 -05:00
..
flake docs: add descriptions to devShells 2025-01-20 11:40:34 -05:00
neovim-shells refactor: use overlays for my custom packages 2025-03-04 16:40:21 -05:00
netdaemon docs: add descriptions to devShells 2025-01-20 11:40:34 -05:00
node docs: add descriptions to devShells 2025-01-20 11:40:34 -05:00
subtitle-dev docs: add descriptions to devShells 2025-01-20 11:40:34 -05:00
default.nix docs: add script to generate some docs from nix attrs 2025-01-20 11:06:01 -05:00
README.md docs: add generated overlays readme 2025-01-21 17:05:47 -05:00

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.