From cc479378efcfda75f5f4ba341cbe9144fce84332 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Mon, 10 Jul 2023 19:33:36 +0100 Subject: [PATCH] flake: add simple-http-server to shell --- nix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/shell.nix b/nix/shell.nix index 3395bcf..52a070c 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -7,5 +7,6 @@ mkShell { (py: with py; [ python invoke rich requests ruamel_yaml sh ])) yarn hugo + simple-http-server ]; }