some nodes read\write their own data
these nodes often expect to be able to write to the directory in which they are installed, which is obviously not possible in our case since nodes' source is in /nix/store
it would be good to establish a pattern for the nodes to use a single (user configurable) directory, with sub-dir for each node
this could default to $DATA_HOME/user/default (some nodes already use this btw).
some nodes read\write their own data
these nodes often expect to be able to write to the directory in which they are installed, which is obviously not possible in our case since nodes' source is in /nix/store
it would be good to establish a pattern for the nodes to use a single (user configurable) directory, with sub-dir for each node
this could default to
$DATA_HOME/user/default(some nodes already use this btw).