diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-11-13 10:40:41 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-11-13 10:40:41 +0300 |
commit | a3f9fde2a2d43dd477f402bd4b8df2a1cd29ca43 (patch) | |
tree | cbd0c2457daa6865eb33b5389ec40309e60868a9 /packages/hiccup.nix | |
parent | 2023-11-12 (diff) |
2023-11-13
Diffstat (limited to '')
-rw-r--r-- | packages/hiccup.nix | 4 |
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; |