From a3f9fde2a2d43dd477f402bd4b8df2a1cd29ca43 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 13 Nov 2023 10:40:41 +0300 Subject: 2023-11-13 --- packages/hiccup.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') 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; -- cgit v1.2.3