From 33a8e68d5c905c08c36c7423db9bf1c6c023e8dc Mon Sep 17 00:00:00 2001 From: notgne2 Date: Thu, 13 Feb 2020 14:48:50 -0700 Subject: [PATCH] more required files in shell --- default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.nix b/default.nix index 10e5684..60443c3 100644 --- a/default.nix +++ b/default.nix @@ -173,6 +173,10 @@ let ln -sf ${nodeSource}/node_modules . rm webpack.config.js cp ${webpackConfigFile} webpack.config.js + rm wand.js + cp ${wandInit} wand.js + rm template.html + cp ${templateHtml} template.html export NODE_PATH=$PWD/node_modules '';