From caf7f49d50e8706adb4f60097f89d898b806da20 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 21 Feb 2026 12:35:55 -0800 Subject: script: python http server --- modules/home/tools/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/home/tools') diff --git a/modules/home/tools/default.nix b/modules/home/tools/default.nix index 698ff5e..4192690 100644 --- a/modules/home/tools/default.nix +++ b/modules/home/tools/default.nix @@ -23,5 +23,8 @@ with lib; with lib.${namespace}; { (mkSimpleTool "fork" { packages = [ cxl.fork ]; }) + (mkSimpleTool "serve" { + packages = [ cxl.serve ]; + }) ]; } -- cgit v1.2.3