From a302ba2fc4dc0029b8718efcd14f97fcaab2ab02 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 6 Apr 2024 16:10:08 +0200 Subject: [PATCH] Maybe I need to copy more things? --- pkgs/phanpy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/phanpy/default.nix b/pkgs/phanpy/default.nix index 9b5fd09..7824746 100644 --- a/pkgs/phanpy/default.nix +++ b/pkgs/phanpy/default.nix @@ -28,7 +28,7 @@ buildNpmPackage rec { installPhase = '' mkdir $out npm run build - cp dist/index.html $out + cp -r dist/* $out ''; meta = with lib; {