# Pastebin TpqjHBik -- Gemfile ----------------------------------------------------------- source 'https://rubygems.org' gem 'libxml-ruby' -- shell.nix --------------------------------------------------------- { nixpkgs ? import {}}: nixpkgs.mkShell { buildInputs = with nixpkgs; [ bundler libxml2 ]; }