From 68b427b54411343570c07ec7ec636e303d72d7c5 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Mon, 28 Jul 2025 21:48:36 +1000 Subject: [PATCH] add nix-shell reproducible hosting test script for www --- host | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 host diff --git a/host b/host new file mode 100755 index 0000000..2c1932d --- /dev/null +++ b/host @@ -0,0 +1,6 @@ +#!/usr/bin/env nix-shell +#! nix-shell -i bash --pure +#! nix-shell -p bash simple-http-server + +cd www +simple-http-server --nocache