switch to yarn

This commit is contained in:
Thomas Hobson 2021-03-29 21:33:49 +13:00
parent 58fb3ed172
commit 607123f73d
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
8 changed files with 1720 additions and 1490 deletions

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
# nativeBuildInputs is usually what you want -- tools you need to run
nativeBuildInputs = with pkgs; [ nodejs-15_x yarn jq ];
nativeBuildInputs = with pkgs; [ nodejs-15_x jq ];
}