{ pkgs, lib, config, inputs, ... }: let gems = pkgs.bundlerEnv { name = "blog-pim"; gemdir = ./src; }; in { packages = [ gems gems.wrappedRuby ]; }