hai world
This commit is contained in:
parent
6d6dcd818c
commit
a80f5d99c9
1 changed files with 2 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 ./logo.png} $out/logo.png
|
cp ${pkgs.copyPathToStore ./pdxdestiny/logo.png} $out/logo.png
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue