From 8f1af333859c48b4483dd7a906d528e677855acb Mon Sep 17 00:00:00 2001 From: GlennWSo Date: Tue, 9 Apr 2024 15:16:08 +0200 Subject: [PATCH] clean up --- flake.nix | 4 +- static/cloud/index.html | 16 ----- static/index.html | 127 ---------------------------------------- 3 files changed, 2 insertions(+), 145 deletions(-) delete mode 100644 static/cloud/index.html delete mode 100644 static/index.html diff --git a/flake.nix b/flake.nix index 048b181..1f2951c 100644 --- a/flake.nix +++ b/flake.nix @@ -13,10 +13,10 @@ inherit system; }; dev_serve = pkgs.writeShellScriptBin "serve" '' - ${pkgs.simple-http-server}/bin/simple-http-server -i + ${pkgs.zola}/bin/zola serve $@ ''; static_serve = pkgs.writeShellScriptBin "serve" '' - ${pkgs.zola}/bin/zola serve $@ + ${pkgs.simple-http-server}/bin/simple-http-server -i ''; static_homepage = pkgs.stdenv.mkDerivation { name = "homepage"; diff --git a/static/cloud/index.html b/static/cloud/index.html deleted file mode 100644 index 2d60bec..0000000 --- a/static/cloud/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - -hello world - - diff --git a/static/index.html b/static/index.html deleted file mode 100644 index 502abe1..0000000 --- a/static/index.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - -

- Selfhosted Services -

- - - -