From c87827804c8c1bc2aaeca5a0bd4af5463f4f95e8 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 25 Oct 2024 13:57:28 +0000 Subject: [PATCH] deploy: c0e23159872e2e2135c7eb5cf96cd36cfe6ee1f4 --- options.xhtml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/options.xhtml b/options.xhtml index b7c5bb680..3718ff4fd 100644 --- a/options.xhtml +++ b/options.xhtml @@ -23938,6 +23938,33 @@ package

Default: pkgs.git-credential-oauth

+

Declared by:

+ + +
+ +<home-manager/modules/programs/git-credential-oauth.nix> + +
+ +
+ + programs.git-credential-oauth.extraFlags + + +
+
+

Extra command-line arguments passed to git-credential-oauth.

For valid arguments, see git-credential-oauth(1).

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example: +[ "-device" ]

+

Declared by: