summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/hiccup.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/hiccup.nix b/packages/hiccup.nix
index 152a5e9..c8cd38d 100644
--- a/packages/hiccup.nix
+++ b/packages/hiccup.nix
@@ -16,6 +16,8 @@ buildNpmPackage rec {
npmDepsHash = "sha256-YPj7tzMUh56rJfxOVhye4cK6VS0azA/LiE9DMweGLuw=";
+ CYPRESS_INSTALL_BINARY = "0";
+
installPhase = ''
runHook preInstall
@@ -24,8 +26,6 @@ buildNpmPackage rec {
runHook postInstall
'';
- CYPRESS_INSTALL_BINARY = "0";
-
meta = with lib; {
description = "A static start page to get to your most important links";
inherit (finalAttrs.src.meta) homepage;