diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-30 23:05:57 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-30 23:05:57 +0900 |
| commit | 48f634d04634f9b4051fec416ca9e08cf36308f6 (patch) | |
| tree | 02bd28450610c13349287c6d9007e208c6baa91e | |
| parent | 2a46f5bb127f23133b7076d391d8a0038a3490ff (diff) | |
release: 0.3.2
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | options.md | 42 | ||||
| -rw-r--r-- | package.nix | 2 |
2 files changed, 41 insertions, 3 deletions
@@ -35,7 +35,7 @@ package *Default:* -` <derivation fortify-static-x86_64-unknown-linux-musl-0.3.1> ` +` <derivation fortify-static-x86_64-unknown-linux-musl-0.3.2> ` @@ -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:* -` <derivation fortify-fsu-0.3.1> ` +` <derivation fortify-fsu-0.3.2> ` diff --git a/package.nix b/package.nix index 42cb9846..0fde6d30 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"; |
