From e21e8694c17b3565ed6d49920675b4a7362f57ac Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Tue, 30 Jul 2024 20:34:37 +0200 Subject: [PATCH] docs: Add more deployment instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6215c6a..141eb2c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Run these deployments: Now the cluster has been initialized and we can deploy applications. To explore which applications we can deploy, run `nix flake show`. Then, for each application, run `nix run '.#'`. +Or, if you're lazy: `nix flake show --json | jq -r '.packages."x86_64-linux"|keys[]' | grep -- -deploy | xargs -I{} nix run ".#{}"`. ## Known bugs