diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ For reproducibility, this project is developed using guix. To launch a guix shell for development, do #+BEGIN_SRC shell - guix shell --container --network --pure --manifest=manifest.scm --share=/some/host/directory=/the/upload/directory + guix shell --container --network --development --file=guix.scm --share=/some/host/directory=/the/upload/directory #+END_SRC which environment that is isolated from the rest of your system. |