manual: Only render apply-local help on Linux

This commit is contained in:
Zhaofeng Li 2022-01-03 10:54:59 -08:00
parent c1be1c7f21
commit 62cf77a8b6

View file

@ -1,4 +1,4 @@
{ runCommand, colmena, ansi2html }: { lib, stdenv, runCommand, colmena, ansi2html }:
with builtins; with builtins;
@ -6,7 +6,9 @@ let
subcommands = [ subcommands = [
null null
"apply" "apply"
"apply-local" ]
++ lib.optional stdenv.isLinux "apply-local"
++ [
"build" "build"
"upload-keys" "upload-keys"
"eval" "eval"