From a3f44fa53c2c3499b44d95ee49531f90e57ac08c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:44:56 +0200 Subject: [PATCH] Update Former-commit-id: 9fd64e9f0432e7c421950901ec120d93e96dd7b7 --- hosts/modules/server/www/homepage.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/modules/server/www/homepage.nix b/hosts/modules/server/www/homepage.nix index abc094f..368d54f 100644 --- a/hosts/modules/server/www/homepage.nix +++ b/hosts/modules/server/www/homepage.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: let settings = '' { @@ -74,7 +74,7 @@ let hash = "sha256-8IzXcQ/hm2ZDzFKUL4B3501PoWoEOiKIN7rP2UrvG84="; }; - npmDepsHash = "sha256-YxdrNTBbbgMHJ0WoSHePxdM7UJLbKsSbObW8M1uArUg="; + npmDepsHash = lib.fakeHash; buildPhase = '' npm install