From 2f6e23c7a1c0f0cc467e9780e64c9af6e1154af8 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Thu, 4 Jan 2024 19:41:23 +0530 Subject: [PATCH] add nodejs shell to readme --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2d4dbd..dcf21b6 100644 --- a/README.md +++ b/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 +``` +