This commit is contained in:
Mork Swork 2026-02-16 12:41:59 -08:00
parent a80f5d99c9
commit cd4beb329e
4 changed files with 1113 additions and 2 deletions

View file

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

BIN
nixos/pdxdestiny/gold.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 KiB

File diff suppressed because it is too large Load diff