~droyo/guix-channel

640fe1b4eabe9a3aaa4b532c0ed71e7abb74dae8 — David Arroyo 1 year, 4 months ago 783c7ad master
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