This commit is contained in:
Hadi 2024-06-21 13:44:56 +02:00
parent 909c32fef8
commit 9fd64e9f04

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, lib, ... }:
let let
settings = '' settings = ''
{ {
@ -74,7 +74,7 @@ let
hash = "sha256-8IzXcQ/hm2ZDzFKUL4B3501PoWoEOiKIN7rP2UrvG84="; hash = "sha256-8IzXcQ/hm2ZDzFKUL4B3501PoWoEOiKIN7rP2UrvG84=";
}; };
npmDepsHash = "sha256-YxdrNTBbbgMHJ0WoSHePxdM7UJLbKsSbObW8M1uArUg="; npmDepsHash = lib.fakeHash;
buildPhase = '' buildPhase = ''
npm install npm install