mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 23:35:51 -06:00
path fixup
This commit is contained in:
parent
330a1bba4e
commit
6d6959e3f4
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ let
|
||||||
harmoniaPort = "5657";
|
harmoniaPort = "5657";
|
||||||
static-attic = pkgs.runCommandLocal "static-files" { } ''
|
static-attic = pkgs.runCommandLocal "static-files" { } ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
cp ${./caddy/index.html} $out/index.html
|
cp ${./caddy/attic/index.html} $out/index.html
|
||||||
'';
|
'';
|
||||||
static-nix-cache = pkgs.runCommandLocal "static-files-nix-cache" { } ''
|
static-nix-cache = pkgs.runCommandLocal "static-files-nix-cache" { } ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
cp -r ${./caddy/nix-cache} $out
|
cp -r ${./caddy/nix-cache}/* $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
check-attic = pkgs.writeShellScriptBin "check-attic" ''
|
check-attic = pkgs.writeShellScriptBin "check-attic" ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue