diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-25 04:05:54 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-25 05:13:02 +0900 |
| commit | 7bfbd5981025282007f09225e22e895523d7a7bf (patch) | |
| tree | 14e4ea7475ab63c8fa22845d287a307fb029c110 /package.nix | |
| parent | ea815a59e85a5acad8e22e98a16cdc6de1323824 (diff) | |
cmd/sharefs: implement shared filesystem
This is for passing files between applications, similar to android /sdcard.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.nix b/package.nix index 63e6fcd0..3d534257 100644 --- a/package.nix +++ b/package.nix @@ -13,6 +13,9 @@ wayland-scanner, xorg, + # for sharefs + fuse3, + # for hpkg zstd, gnutar, @@ -92,6 +95,7 @@ buildGoModule rec { buildInputs = [ libffi libseccomp + fuse3 acl wayland ] |
