Skip to content

Commit 7be9def

Browse files
committed
Add testing instructions
1 parent a116e24 commit 7be9def

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

guix/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,21 @@ as a playground for ideas.
1717
- This is needed for the remote Guix instance to accept packages we build
1818
locally.
1919

20+
**Testing**
21+
22+
```sh
23+
# Note that you presently need to run this as root, see
24+
# https://codeberg.org/guix/guix/issues/4788
25+
sudo $(guix system container --network machines/turing.scm)
26+
# This uses your local host network. Use the `guix system container exec`
27+
# command that prints to get a shell into the container. You can also use
28+
# `guix system vm` or `guix system image` for a OCI-compatible image.
29+
```
30+
2031
**Deploying**
2132

2233
```sh
2334
# Optional, but recommended
2435
# guix pull
25-
guix deploy turing.scm
36+
guix deploy deployment.scm
2637
```

0 commit comments

Comments
 (0)