aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--options.md42
-rw-r--r--package.nix2
2 files changed, 41 insertions, 3 deletions
diff --git a/options.md b/options.md
index 76fd4462..d1ddad21 100644
--- a/options.md
+++ b/options.md
@@ -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";