deploy-json docs
Some checks failed
Build / nix-build (native-aarch64, fj-hetzner-aarch64-01) (pull_request) Failing after 26s
Build / nix-build (native-x86_64, fj-shadowfax-01) (pull_request) Failing after 34s

This commit is contained in:
Joseph Hanson 2024-06-19 09:45:36 -05:00
parent f978c07d02
commit 836a107b52
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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;