Skip to content

Commit

Permalink
build-scripts/guix: Use long options and preserve the DISPLAY variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed May 22, 2020
1 parent 018f178 commit f4010e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-scripts/guix.scm
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
;;; Commentary:
;;
;; GNU Guix development package. To build and install, clone this repository,
;; switch directory to it and run:
;; switch directory to here and run:
;;
;; guix package -f guix.scm
;; guix package --install-from-file=guix.scm
;;
;; To use as the basis for a development environment, run:
;;
;; guix environment -l guix.scm
;; guix environment --load=guix.scm
;;
;; To start in a container, run:
;;
;; guix environment --container --network --expose=/etc/ssl/certs --ad-hoc coreutils nss-certs -l guix.scm -- env DISPLAY="$DISPLAY" next
;; guix environment --load=guix.scm --container --network --preserve='^DISPLAY$' --expose=/etc/ssl/certs --ad-hoc nss-certs -- next
;;
;;; Code:

Expand Down

0 comments on commit f4010e7

Please sign in to comment.