lol
at 15.09-beta 17 lines 347 B view raw
1{ lib, bundlerEnv, ruby }: 2 3bundlerEnv { 4 name = "rhc-1.36.4"; 5 6 inherit ruby; 7 gemfile = ./Gemfile; 8 lockfile = ./Gemfile.lock; 9 gemset = ./gemset.nix; 10 11 meta = with lib; { 12 homepage = https://github.com/openshift/rhc; 13 description = "OpenShift client tools"; 14 license = licenses.asl20; 15 maintaners = maintainers.szczyp; 16 }; 17}