From 15e0e48de10f93a78f1c837564b0bbfd93615d4f Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 19 Jun 2024 09:45:36 -0500 Subject: [PATCH] deploy-json docs --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 1996f44..97cd7d7 100644 --- a/flake.nix +++ b/flake.nix @@ -106,6 +106,8 @@ imports = x86_64-linux-modules; }; + # Constructs a deploy.json output that can be used to deploy the runners + # https://docs.cachix.org/deploy/reference#deploy-json deploy-json = let inherit (common "aarch64-linux") cachix-deploy-lib;