aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-03-26 20:51:29 +0100
committerChristopher Baines <mail@cbaines.net>2018-04-03 21:57:39 +0100
commitdb47540067a807e0ca6e6db19d27326bbd79de18 (patch)
tree38c8e2647977b50decb55d5168e4b1aba8905f40 /guix.scm
parente8d5e4fbf0990ecb497893a45da1c0c200bb5ee4 (diff)
downloadgovuk-mini-environment-admin-db47540067a807e0ca6e6db19d27326bbd79de18.tar
govuk-mini-environment-admin-db47540067a807e0ca6e6db19d27326bbd79de18.tar.gz
Add ruby-pry to the development environment
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index e97f9f8..45f192d 100644
--- a/guix.scm
+++ b/guix.scm
@@ -46,6 +46,8 @@
("ruby" ,ruby)
("ruby-rerun" ,ruby-rerun)
("ruby-annotate" ,ruby-annotate)
+ ;; Useful for debugging and required for using Robe (Emacs)
+ ("ruby-pry" ,ruby-pry)
("postgresql" ,postgresql)))))
govuk-mini-environment-admin-development-environment