forked from DGNum/colmena
manual: Only render apply-local help on Linux
This commit is contained in:
parent
c1be1c7f21
commit
62cf77a8b6
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue