-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
If I created store paths as user A with
nix run --store /tmp/localstore/ -f channel:nixos-17.09 python3 --command python3
and then want to run the exact same executable as user B
nix run --store /tmp/localstore/ -f channel:nixos-17.09 python3 --command python3
error: opening lock file '/tmp/localstore/nix/var/nix/db/big-lock': Permission denied
It would be nice to be able to use an existing chroot store made by another user.
I am aware it is possible to simply build the store elsewhere.
minijackson