mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
dev: nix shell file
This commit is contained in:
parent
f615e26493
commit
69c013fa7a
1 changed files with 5 additions and 0 deletions
5
shell.nix
Normal file
5
shell.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
# nativeBuildInputs is usually what you want -- tools you need to run
|
||||
nativeBuildInputs = [ pkgs.buildPackages.nodejs-15_x ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue