volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Charles Strahan
|
bab648c5b4
|
chruby: update to 0.3.9
|
2015-01-13 21:58:25 -05:00 |
|
Charles Strahan
|
a8a9b93d98
|
chruby: allow for specifying Rubies to use
This allows the user to specify an attrset of Rubies to use with chruby by
overriding the default of ~/.rubies with a path to a symlink tree.
|
2014-10-27 03:48:30 +00:00 |
|
Charles Strahan
|
d696f56324
|
chruby package: a utlity for switching the current ruby version.
|
2014-10-26 04:31:35 +00:00 |
|