corpus

Log | Files | Refs | README | LICENSE

commit 40b1bdf011002dfbd91b13e88adfb97c28efa513
parent 0e601bfa065ffe4aa34b0cdab43b554ed76e63cf
Author: mtmn <miro@haravara.org>
Date:   Sat, 11 Apr 2026 07:35:09 +0200

chore: fiddling with builds, naming

Diffstat:
Mflake.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -30,6 +30,8 @@ pkg-config ]; + npmFlags = ["--ignore-scripts"]; + buildPhase = '' export HOME=$TMPDIR npm run build