summary refs log tree commit diff
path: root/ripple/shell.nix
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-03-24 17:20:22 +0000
committeredef <edef@unfathomable.blue>2022-04-11 17:01:36 +0000
commit891655b2b1ad12b5eaf813a346fc2c177e4fa062 (patch)
tree5d4661dc68afa969b599627b355fe4c4dea303b5 /ripple/shell.nix
parent785a7b77d1b1d0fc6b600af734fdbfcb69dc62ed (diff)
ripple/fossil/mount: init
Minimal no-op FUSE FS.

Change-Id: If6549990a768acea5ac8c75399b71ac10db8a4c6
Diffstat (limited to 'ripple/shell.nix')
-rw-r--r--ripple/shell.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ripple/shell.nix b/ripple/shell.nix
index 6c67ab5..96ed84f 100644
--- a/ripple/shell.nix
+++ b/ripple/shell.nix
@@ -18,6 +18,10 @@ mkShell {
 
     # needed by prost-build
     protobuf
+
+    # needed by fuser
+    pkgconfig
+    fuse
   ];
 
   # needed by prost-build