From 48f634d04634f9b4051fec416ca9e08cf36308f6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 30 Mar 2025 23:05:57 +0900 Subject: [PATCH] release: 0.3.2 Signed-off-by: Ophestra --- options.md | 42 ++++++++++++++++++++++++++++++++++++++++-- package.nix | 2 +- 2 files changed, 41 insertions(+), 3 deletions(-) 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";