2016-10-02 22:40:19 +00:00
|
|
|
{ lib, bundlerEnv, ruby }:
|
2016-06-15 21:59:01 +00:00
|
|
|
|
2016-10-02 22:40:19 +00:00
|
|
|
bundlerEnv {
|
|
|
|
inherit ruby;
|
2016-10-14 15:56:42 +00:00
|
|
|
pname = "hiera-eyaml";
|
2016-10-02 22:40:19 +00:00
|
|
|
gemdir = ./.;
|
2016-06-15 21:59:01 +00:00
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
description = "Per-value asymmetric encryption of sensitive data for Hiera";
|
|
|
|
homepage = https://github.com/TomPoulton/hiera-eyaml;
|
|
|
|
license = licenses.mit;
|
|
|
|
maintainers = [ maintainers.benley ];
|
|
|
|
platforms = platforms.unix;
|
|
|
|
};
|
|
|
|
}
|