diff options
author | David Thompson <davet@gnu.org> | 2018-03-13 04:09:42 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2018-03-13 04:09:42 -0400 |
commit | 492e3f50551cefea3c4258f96c4fd1a918974785 (patch) | |
tree | d61886f69f40bbe53c875cd0733cbeb0d635e3fe | |
parent | 5b5af44e89a75f543153e115743e3a735929326f (diff) |
Add guix manifest.
-rw-r--r-- | guix.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm new file mode 100644 index 0000000..9cdbc47 --- /dev/null +++ b/guix.scm @@ -0,0 +1,9 @@ +(use-modules (guix profiles) + (gnu packages base) + (gnu packages guile)) + +(packages->manifest + (list gnu-make + guile-2.2 + guile-syntax-highlight + haunt)) |