mirror of
https://github.com/youwen5/nix-dev-envs.git
synced 2024-11-24 18:33:50 -08:00
docs: add list of supported languages
This commit is contained in:
parent
563e94e3b0
commit
a065c54832
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -41,3 +41,14 @@ If you don't want to commit these files, make sure to run the following:
|
|||
git update-index --skip-worktree .envrc .direnv
|
||||
```
|
||||
|
||||
## Provided environments:
|
||||
|
||||
- Go
|
||||
- Python (using poetry)
|
||||
- Haskell (with Cabal)
|
||||
- Haskell (with Stack)
|
||||
- Rust (stable, nightly, and beta toolchains)
|
||||
- Node/TypeScript (pnpm, yarn, and npm variants)
|
||||
- Typst
|
||||
- LaTeX (via texlive, with full and minimal variants)
|
||||
- Zig
|
||||
|
|
Loading…
Reference in a new issue