From 17ffdb2dcf3bb5c8edf277a017cecd8e71a2e26b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 12 Nov 2025 00:53:14 +0900 Subject: [PATCH] release: 0.3.1 Signed-off-by: Ophestra --- options.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- package.nix | 2 +- 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/options.md b/options.md index a12c60e..c5de960 100644 --- a/options.md +++ b/options.md @@ -35,7 +35,7 @@ package *Default:* -` ` +` ` @@ -579,6 +579,52 @@ null or package +## environment\.hakurei\.apps\.\\.shareRuntime + + + +Whether to enable sharing of XDG_RUNTIME_DIR between containers under the same identity\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + +## environment\.hakurei\.apps\.\\.shareTmpdir + + + +Whether to enable sharing of TMPDIR between containers under the same identity\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + ## environment\.hakurei\.apps\.\\.shareUid @@ -759,7 +805,7 @@ package *Default:* -` ` +` ` diff --git a/package.nix b/package.nix index f678240..16b769e 100644 --- a/package.nix +++ b/package.nix @@ -31,7 +31,7 @@ buildGoModule rec { pname = "hakurei"; - version = "0.3.0"; + version = "0.3.1"; srcFiltered = builtins.path { name = "${pname}-src";