#!/usr/bin/env -S nix-shell --pure #!nix-shell -i bash { pkgs ? import {} }: let in pkgs.mkShell { buildInputs = with pkgs; [ nix bundler bundix #ruby #rubyPackages.rake #rubyPackages.sqlite3 #rubyPackages.thor ruby_3_1 rubyPackages_3_1.rake rubyPackages_3_1.sqlite3 rubyPackages_3_1.thor sqlite unzip xz zip #texlive-combined-full ]; }