Docs and extras on tool/

This commit is contained in:
Judson 2017-06-10 16:58:32 -07:00
parent 964d9b7a06
commit 53481f8f0b
No known key found for this signature in database
GPG Key ID: 1817B08954BF0B7D

View File

@ -6,11 +6,13 @@
, gemdir
# Exes is the list of executables provided by the gems in the Gemfile
, exes ? []
# Scripts are programs included directly in nixpkgs that depend on gems
# Scripts are ruby programs depend on gems in the Gemfile (e.g. scripts/rails)
, scripts ? []
, gemfile ? null
, lockfile ? null
, gemset ? null
, preferLocalBuild ? false
, allowSubstitutes ? false
, postBuild
}@args: