From 6cb3550dbe2b46d26604cc1d694b8280f36bc93e Mon Sep 17 00:00:00 2001 From: zack Date: Fri, 25 Oct 2024 17:41:25 -0400 Subject: [PATCH] add nativeBuildInputs --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index f5df256..f95db71 100644 --- a/flake.nix +++ b/flake.nix @@ -292,6 +292,10 @@ }; buildInputs = with pkgs; [nodejs imagemagick]; + nativeBuildInputs = with pkgs; [ + imagemagick + ]; + postBuild = '' echo ${heroicons} ln -sf ${npmDeps}/lib/node_modules assets/node_modules