Add gold
This commit is contained in:
parent
a80f5d99c9
commit
cd4beb329e
4 changed files with 1113 additions and 2 deletions
|
|
@ -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 ./pdxdestiny/logo.png} $out/logo.png
|
cp ${pkgs.copyPathToStore ./pdxdestiny/gold.jpg} $out/gold.jpg
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
BIN
nixos/pdxdestiny/gold.jpg
Normal file
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
Loading…
Reference in a new issue