nixpkgs/pkgs/development/ruby-modules/bundler-env/test/gemset.nix
2017-05-15 09:36:30 -07:00

11 lines
198 B
Nix

{
test = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1j5r0anj8m4qlf2psnldip4b8ha2bsscv11lpdgnfh4nnchzjnxw";
type = "gem";
};
version = "0.1.2";
};
}