~jiglesias/fennel-guix-example

997547b32533d18bb0036e4477e2a5a063235ae0 — Joaquin Iglesias Turina 8 months ago be17661 master
add faith and lume to guix.scm.
2 files changed, 8 insertions(+), 2 deletions(-)

M README.org
M guix.scm
M README.org => README.org +5 -1
@@ 2,10 2,14 @@
=fennel= and =guix= should be installed.

* Main concepts to understand
- Packages  
- Packages
- Channels
- Profiles

* TODO
Also talk about limitations.
Shell, env variables, share paths.

* Install depencencies
#+begin_src bash
  guix install lume faith -L../fennel-channel --profile=./deps

M guix.scm => guix.scm +3 -1
@@ 9,7 9,9 @@
             (gnu packages lua)
             (gnu packages maths)
             ((guix licenses) #:prefix license:)
             (gnu packages version-control))
             (gnu packages version-control)
             (faith)
             (lume))

(define-public fennel-guix-example
  (package