mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
dev(nix-shell): add yarn
This commit is contained in:
parent
4e2be29461
commit
e5000917e8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
# nativeBuildInputs is usually what you want -- tools you need to run
|
# nativeBuildInputs is usually what you want -- tools you need to run
|
||||||
nativeBuildInputs = [ pkgs.buildPackages.nodejs-15_x ];
|
nativeBuildInputs = [ pkgs.nodejs-15_x pkgs.yarn ];
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue