summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-03 10:34:32 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-03 10:34:32 +0100
commit29372b53e10a2c6060aa44c7add23fb958daa4fc (patch)
treec305bd710becf3b1e069c0c3bef85e5440768d78
parent75b25a7aae620fde7b1b29850878690dba6fba9a (diff)
Add missing ruby-dotenv to inputsguix-variant
-rw-r--r--guix/ruby-nano-bots.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/ruby-nano-bots.scm b/guix/ruby-nano-bots.scm
index cea5434..c03abdb 100644
--- a/guix/ruby-nano-bots.scm
+++ b/guix/ruby-nano-bots.scm
@@ -26,7 +26,8 @@
(arguments '(#:phases (modify-phases %standard-phases
(delete 'check))))
(inputs (list ruby-babosa
- ruby-concurrent-ruby))
+ ruby-concurrent-ruby
+ ruby-dotenv))
(synopsis "Ruby Nano Bots")
(description (string-append "Ruby Implementation of Nano Bots:"
" small, AI-powered bots that can be"