diff --git a/options.md b/options.md index 76fd446..d1ddad2 100644 --- a/options.md +++ b/options.md @@ -35,7 +35,7 @@ package *Default:* -` ` +` ` @@ -73,6 +73,25 @@ list of package +## environment\.fortify\.apps\.\*\.args + + + +Custom args\. +Setting this to null will default to script name\. + + + +*Type:* +null or (list of string) + + + +*Default:* +` null ` + + + ## environment\.fortify\.apps\.\*\.capability\.dbus @@ -486,6 +505,25 @@ boolean +## environment\.fortify\.apps\.\*\.path + + + +Custom executable path\. +Setting this to null will default to the start script\. + + + +*Type:* +null or string + + + +*Default:* +` null ` + + + ## environment\.fortify\.apps\.\*\.script @@ -606,7 +644,7 @@ package *Default:* -` ` +` ` diff --git a/package.nix b/package.nix index 42cb984..0fde6d3 100644 --- a/package.nix +++ b/package.nix @@ -31,7 +31,7 @@ buildGoModule rec { pname = "fortify"; - version = "0.3.1"; + version = "0.3.2"; src = builtins.path { name = "${pname}-src";