{ bundlerEnv, ruby }: bundlerEnv { inherit ruby; name = "render-test"; gemfile = ./Gemfile; lockfile = ./Gemfile.lock; gemset = ./gemset.nix; }