lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #243281 from tomeon/bundled-common-pathDerivation-add-suffix-and-gemType-attrs

ruby-modules: add `suffix` and `gemType` in pathDerivation

authored by

Mario Rodas and committed by
GitHub
f1bae1e6 e66eee87

+2
+2
pkgs/development/ruby-modules/bundled-common/functions.nix
··· 80 80 outputs = [ "out" ]; 81 81 out = res; 82 82 outputName = "out"; 83 + suffix = version; 84 + gemType = "path"; 83 85 }; 84 86 in res; 85 87