<ehmry>
aaronjanse: thats sounds like where I'm at
<ehmry>
I haven't given up on genode but I've slowed down
<ehmry>
I keep having problems with routing and permission to /nix/store, so I've been trying to avoid that by replacing the store with a key-value store, but that means elfpatching everything and writing the store backend
<ehmry>
basically I want to try to use nix to build something that works without a file-system, because I've decided that file-systems are bad
<ehmry>
part of why the genode package manager is bad is that it depends on the file-system, but also depends on features like symlinks to be missing
<ehmry>
nix is great but this public store is of course a liability
<ehmry>
I can't avoid the fs completely, but in those cases I think I can do what distri does and mount squash images out of the k-v store
<ehmry>
and the k-v store is accessed by shared memory or some store of streaming interface