Docs and extras on tool/
This commit is contained in:
parent
964d9b7a06
commit
53481f8f0b
@ -6,11 +6,13 @@
|
|||||||
, gemdir
|
, gemdir
|
||||||
# Exes is the list of executables provided by the gems in the Gemfile
|
# Exes is the list of executables provided by the gems in the Gemfile
|
||||||
, exes ? []
|
, 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 ? []
|
, scripts ? []
|
||||||
, gemfile ? null
|
, gemfile ? null
|
||||||
, lockfile ? null
|
, lockfile ? null
|
||||||
, gemset ? null
|
, gemset ? null
|
||||||
|
, preferLocalBuild ? false
|
||||||
|
, allowSubstitutes ? false
|
||||||
, postBuild
|
, postBuild
|
||||||
}@args:
|
}@args:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user