#!/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 sqlite graphicsmagick unzip xz zip #texliveFull # texliveTeTeX ]; shellHook = '' ''; }