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