Open
Description
Your instructions instruct to put
sandbox = true
in /etc/nix/nix.config
. But with this, the installation fails with
$ nix-env -f https://github.com/obsidiansystems/obelisk/archive/master.tar.gz -iA command --show-trace
error: cloning builder process: Operation not permitted
error: while evaluating 'getReflexPlatform' at /nix/store/mpzmwpq3m6w747b8cpwirrdk1864jaz4-master.tar.gz/default.nix:6:23, called from /nix/store/mpzmwpq3m6w747b8cpwirrdk1864jaz4-master.tar.gz/default.nix:7:21:
while evaluating the file '/nix/store/mpzmwpq3m6w747b8cpwirrdk1864jaz4-master.tar.gz/dep/reflex-platform/default.nix':
unable to start build process
It works without that line in nix.conf
. Is sandbox = true
required for oblisk?