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