https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
10 lines
211 B
Ruby
10 lines
211 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'gollum'
|
|
|
|
# Support for extra markups
|
|
gem 'asciidoctor' # AsciiDoc
|
|
gem 'creole' # Creole
|
|
gem 'wikicloth' # MediaWiki
|
|
gem 'org-ruby' # Org
|
|
gem 'RedCloth' # Textile
|