summary refs log tree commit diff
diff options
context:
space:
mode:
authorJudson <nyarly@gmail.com>2017-06-10 16:58:32 -0700
committerJudson <nyarly@gmail.com>2017-06-10 16:58:32 -0700
commit53481f8f0b568b0185a7bd58102452153b827bbe (patch)
tree106840a8f06d4c3b47501b74019504d92b1f1a1b
parent964d9b7a067fc48d9774c5bff37d7fff41158f5a (diff)
downloadnixlib-53481f8f0b568b0185a7bd58102452153b827bbe.tar
nixlib-53481f8f0b568b0185a7bd58102452153b827bbe.tar.gz
nixlib-53481f8f0b568b0185a7bd58102452153b827bbe.tar.bz2
nixlib-53481f8f0b568b0185a7bd58102452153b827bbe.tar.lz
nixlib-53481f8f0b568b0185a7bd58102452153b827bbe.tar.xz
nixlib-53481f8f0b568b0185a7bd58102452153b827bbe.tar.zst
nixlib-53481f8f0b568b0185a7bd58102452153b827bbe.zip
Docs and extras on tool/
-rw-r--r--pkgs/development/ruby-modules/tool/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/tool/default.nix b/pkgs/development/ruby-modules/tool/default.nix
index 04c385d75ae6..97158213e10d 100644
--- a/pkgs/development/ruby-modules/tool/default.nix
+++ b/pkgs/development/ruby-modules/tool/default.nix
@@ -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: