Skip to content

Commit 236db7c

Browse files
committed
Ensure proper SSL CAs are available on guix shell
Otherwise, time-machine may fail to pull the channels properly.
1 parent 54fded0 commit 236db7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ guix deploy deployment.scm
5252
# and wish to use the pinned versions (as you should):
5353
guix time-machine -C channels-lock.scm -- deploy deployment.scm
5454
# 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
55+
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
5656
```

0 commit comments

Comments
 (0)