fix comment
1 files changed, 2 insertions(+), 2 deletions(-) M example/my-ns.manifest
M example/my-ns.manifest => example/my-ns.manifest +2 -2
@@ 1,11 1,11 @@ ;; To use: ;; ;; guix build -f my-ns.scm ;; guix build -f my-ns.manifest ;; ;; will produce the binary /gnu/store/xxx-namespace/exec ;; you can then run ;; ;; $(guix build -f my-ns.scm)/exec /bin/sh ;; $(guix build -f my-ns.manifest)/exec /bin/sh ;; ;; which will construct a mount namespace based on the ;; body of the (namespace ...) macro below, make it the