release: 0.2.14
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
f545e154f0
commit
90b86a5531
@ -13,11 +13,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '>=1.23.0'
|
||||
|
||||
- name: Build for release
|
||||
run: nix build --print-out-paths --print-build-logs .#dist
|
||||
|
||||
|
26
options.md
26
options.md
@ -36,7 +36,7 @@ package
|
||||
|
||||
|
||||
*Default:*
|
||||
` <derivation fortify-0.2.13> `
|
||||
` <derivation fortify-0.2.14> `
|
||||
|
||||
|
||||
|
||||
@ -425,6 +425,30 @@ null or string
|
||||
|
||||
|
||||
|
||||
## environment\.fortify\.apps\.\*\.insecureWayland
|
||||
|
||||
|
||||
|
||||
Whether to enable direct access to the Wayland socket\.
|
||||
|
||||
|
||||
|
||||
*Type:*
|
||||
boolean
|
||||
|
||||
|
||||
|
||||
*Default:*
|
||||
` false `
|
||||
|
||||
|
||||
|
||||
*Example:*
|
||||
` true `
|
||||
|
||||
|
||||
|
||||
|
||||
## environment\.fortify\.apps\.\*\.mapRealUid
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "fortify";
|
||||
version = "0.2.13";
|
||||
version = "0.2.14";
|
||||
|
||||
src = builtins.path {
|
||||
name = "fortify-src";
|
||||
|
Loading…
Reference in New Issue
Block a user