From 1a3c28f69ac4aebcb98a2d71ef27f389e396de94 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:35:06 +0200 Subject: [PATCH] Update --- hosts/modules/server/www/homepage.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/modules/server/www/homepage.nix b/hosts/modules/server/www/homepage.nix index 0ec24d5..e9bc837 100644 --- a/hosts/modules/server/www/homepage.nix +++ b/hosts/modules/server/www/homepage.nix @@ -14,11 +14,6 @@ npmDepsHash = "sha256-YxdrNTBbbgMHJ0WoSHePxdM7UJLbKsSbObW8M1uArUg="; - # The prepack script runs the build script, which we'd rather do in the build phase. - # npmPackFlags = [ "--ignore-scripts" ]; - - NODE_OPTIONS = "--openssl-legacy-provider"; - meta = { description = "test"; homepage = "https://text.com";