Upload New File

This commit is contained in:
Aaron Honeycutt 2022-06-18 14:42:21 +00:00
parent 9079474938
commit 2012bfbfab

7
dev/shell.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [
pkgs.buildPackages.nodejs-16_x
pkgs.buildPackages.nodePackages.npm
];
}