about summary refs log blame commit diff
path: root/users/wpcarro/boilerplate/typescript/shell.nix
blob: 083254beefd0b3bc2e4724090a076e0fa79cdbf3 (plain) (tree)
1
2
3
4
5
6
7
8
9
   

                                    





                            
let
  briefcase = import <briefcase> {};
  pkgs = briefcase.third_party.pkgs;
in pkgs.mkShell {
  buildInputs = with pkgs; [
    nodejs
    yarn
  ];
}