nixpkgs/pkgs/development/ruby-modules/bundled-common
Sergei Trofimovich 38b39dd404 ruby-modules/bundled-common: do not define gemType for null packages
Without the change `gemType` gets defined via `null` attrset that
exposes unevaluatable attribute:

    nix-repl> ronin.gemType
    error:
       … while evaluating the attribute 'gemType'

         at pkgs/development/ruby-modules/bundled-common/default.nix:122:30:

          121|       inherit ruby bundler gems confFiles envPaths;
          122|       inherit (gems.${pname}) gemType;
             |                              ^
          123|

       … while evaluating an attribute name

       error: value is null while a string was expected

After the change `passthru` does not expose a `gemType` if `pname` is
`null`.
2024-01-11 17:25:31 +00:00
..
default.nix ruby-modules/bundled-common: do not define gemType for null packages 2024-01-11 17:25:31 +00:00
functions.nix ruby-modules: add suffix and gemType in pathDerivation 2023-07-12 22:50:03 -04:00
gen-bin-stubs.rb
test.nix