summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2018-03-13 04:09:42 -0400
committerDavid Thompson <davet@gnu.org>2018-03-13 04:09:42 -0400
commit492e3f50551cefea3c4258f96c4fd1a918974785 (patch)
treed61886f69f40bbe53c875cd0733cbeb0d635e3fe /guix.scm
parent5b5af44e89a75f543153e115743e3a735929326f (diff)
Add guix manifest.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm9
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))