mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
switch to yarn
This commit is contained in:
parent
58fb3ed172
commit
607123f73d
8 changed files with 1720 additions and 1490 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue