mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
5 lines
No EOL
188 B
Nix
5 lines
No EOL
188 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
# nativeBuildInputs is usually what you want -- tools you need to run
|
|
nativeBuildInputs = [ pkgs.nodejs-15_x pkgs.yarn pkgs.jq ];
|
|
} |