Skip to content

Instantly share code, notes, and snippets.

@yaymukund
Created April 5, 2021 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaymukund/b59784ce8ce37f7d86cffcafb1b50dcf to your computer and use it in GitHub Desktop.
Save yaymukund/b59784ce8ce37f7d86cffcafb1b50dcf to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
awscli2
nodejs-14_x
yarn
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment