hai world

This commit is contained in:
Mork Swork 2026-02-16 12:31:26 -08:00
parent 6d6dcd818c
commit a80f5d99c9

View file

@ -11,7 +11,7 @@
pdxDestinyRoot = pkgs.runCommand "pdxdestiny-web" {} '' pdxDestinyRoot = pkgs.runCommand "pdxdestiny-web" {} ''
mkdir -p $out mkdir -p $out
cp ${./pdxdestiny/index.html} $out/index.html cp ${./pdxdestiny/index.html} $out/index.html
cp ${pkgs.copyPathToStore ./logo.png} $out/logo.png cp ${pkgs.copyPathToStore ./pdxdestiny/logo.png} $out/logo.png
''; '';
in in
{ {