From 8608f5fe50622c55ef67cf15417be9966949ac73 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Thu, 13 Feb 2020 21:17:02 -0700 Subject: [PATCH] whoops --- default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.nix b/default.nix index 46e8750..f312029 100644 --- a/default.nix +++ b/default.nix @@ -164,9 +164,6 @@ let patchPhase = '' ln -sf ${nodeSource}/node_modules . - rm -f webpack.config.js - rm -f wand.js - rm -f template.html cp ${webpackConfigFile} webpack.config.js cp ${wandInit} wand.js cp ${templateHtml} template.html @@ -174,6 +171,9 @@ let shellHook = '' ln -sf ${nodeSource}/node_modules . + rm -f webpack.config.js + rm -f wand.js + rm -f template.html cp ${webpackConfigFile} webpack.config.js cp ${wandInit} wand.js cp ${templateHtml} template.html