release: 0.2.12
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
34272672b1
commit
21735a8abe
26
options.md
26
options.md
@ -36,7 +36,7 @@ package
|
||||
|
||||
|
||||
*Default:*
|
||||
` <derivation fortify-0.2.11> `
|
||||
` <derivation fortify-0.2.12> `
|
||||
|
||||
|
||||
|
||||
@ -198,6 +198,30 @@ null or string
|
||||
|
||||
|
||||
|
||||
## environment\.fortify\.apps\.\*\.compat
|
||||
|
||||
|
||||
|
||||
Whether to enable disable syscall filter extensions\.
|
||||
|
||||
|
||||
|
||||
*Type:*
|
||||
boolean
|
||||
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
|
||||
|
||||
|
||||
## environment\.fortify\.apps\.\*\.dbus\.session
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "fortify";
|
||||
version = "0.2.11";
|
||||
version = "0.2.12";
|
||||
|
||||
src = builtins.path {
|
||||
name = "fortify-src";
|
||||
@ -63,7 +63,7 @@ buildGoModule rec {
|
||||
makeBinaryWrapper
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
preBuild = ''
|
||||
HOME=$(mktemp -d) go generate ./...
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user