about summary refs log tree commit diff
path: root/packages
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-11-13 10:40:41 +0300
committerAzat Bahawi <azat@bahawi.net>2023-11-13 10:40:41 +0300
commita3f9fde2a2d43dd477f402bd4b8df2a1cd29ca43 (patch)
treecbd0c2457daa6865eb33b5389ec40309e60868a9 /packages
parent2023-11-12 (diff)
2023-11-13
Diffstat (limited to '')
-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;

Consider giving Nix/NixOS a try! <3