diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-12 00:53:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-12 00:53:14 +0900 |
| commit | 17ffdb2dcf3bb5c8edf277a017cecd8e71a2e26b (patch) | |
| tree | 5891a6030833c8b2edd27c05670ebb15bddbebd8 | |
| parent | ac3463589035394bedbedb15a323298251ed2c14 (diff) | |
release: 0.3.1v0.3.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | options.md | 50 | ||||
| -rw-r--r-- | package.nix | 2 |
2 files changed, 49 insertions, 3 deletions
@@ -35,7 +35,7 @@ package *Default:* -` <derivation hakurei-static-x86_64-unknown-linux-musl-0.2.2> ` +` <derivation hakurei-static-x86_64-unknown-linux-musl-0.3.1> ` @@ -579,6 +579,52 @@ null or package +## environment\.hakurei\.apps\.\<name>\.shareRuntime + + + +Whether to enable sharing of XDG_RUNTIME_DIR between containers under the same identity\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + +## environment\.hakurei\.apps\.\<name>\.shareTmpdir + + + +Whether to enable sharing of TMPDIR between containers under the same identity\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + ## environment\.hakurei\.apps\.\<name>\.shareUid @@ -759,7 +805,7 @@ package *Default:* -` <derivation hakurei-hsu-0.2.2> ` +` <derivation hakurei-hsu-0.3.1> ` diff --git a/package.nix b/package.nix index f678240d..16b769e3 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"; |
