diff --git a/docs/options.nix b/docs/options.nix index b4c2a8f..d78b4c1 100644 --- a/docs/options.nix +++ b/docs/options.nix @@ -8,10 +8,12 @@ let options = eval.options; }; -in (pkgs.writeText "agent-options" '' +in (pkgs.runCommand "agent-options.adoc" { } '' + cat >$out <>$out '').overrideAttrs (o: { # Work around https://github.com/hercules-ci/hercules-ci-agent/issues/168 allowSubstitutes = true;