add nodejs shell to readme
This commit is contained in:
parent
f346d1ae9e
commit
2f6e23c7a1
1 changed files with 17 additions and 2 deletions
19
README.md
19
README.md
|
@ -4,8 +4,7 @@ This repo contains a bunch of handy dev shells that can used on any system that
|
|||
|
||||
## Requirements
|
||||
- [Nix](https://github.com/nixos/nix)
|
||||
- [Direnv](https://direnv.net) (Optional)
|
||||
- [nix-direnv](https://github.com/nix-community/nix-direnv) (optional)
|
||||
- [Direnv](https://direnv.net) + [nix-direnv](https://github.com/nix-community/nix-direnv) (optional)
|
||||
|
||||
## Available shells
|
||||
|
||||
|
@ -77,3 +76,19 @@ $ nix develop github:adtya/devshell#rust
|
|||
```sh
|
||||
use flake github:adtya/devshell#rust
|
||||
```
|
||||
|
||||
### Node
|
||||
|
||||
#### What's included?
|
||||
- [nodejs](https://nodejs.org)
|
||||
- [yarn](https://yarnpkg.com)
|
||||
#### Activatge with Nix
|
||||
```sh
|
||||
$ nix develop github:adtya/devshell#node
|
||||
```
|
||||
|
||||
#### Activate with Direnv
|
||||
```sh
|
||||
use flake github:adtya/devshell#node
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue