From b4c235834a5b2efbe62a51de4d38653da6b7ea9f Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Thu, 6 Jul 2023 15:17:15 +0100 Subject: [PATCH] fix: include index.html in build --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 63edf9a..71646c5 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ installPhase = '' mkdir -p $out/src mkdir -p $out/stories + cp $src/index.html $out/ cp $src/stories/* $out/stories/ cp $src/src/*.js $out/src/ cp $src/src/*.css $out/src/