We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fded0 commit 236db7cCopy full SHA for 236db7c
guix/README.md
@@ -52,5 +52,5 @@ guix deploy deployment.scm
52
# and wish to use the pinned versions (as you should):
53
guix time-machine -C channels-lock.scm -- deploy deployment.scm
54
# If you wish to sandbox the whole thing in a container:
55
-guix shell --preserve=^SSH_AUTH_SOCK --expose=/etc/guix --expose=$HOME/.ssh --share=$SSH_AUTH_SOCK --container --network --nesting guix -- guix time-machine -C channels-lock.scm -- deploy deployment.scm
+guix shell --preserve=^SSH_AUTH_SOCK --expose=/etc/guix --expose=$HOME/.ssh --share=$SSH_AUTH_SOCK --container --network --nesting guix nss-certs -- guix time-machine -C channels-lock.scm -- deploy deployment.scm
56
```
0 commit comments