#!/usr/bin/env -S nix-shell --pure { pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ ruby_3_2 rubyPackages_3_2.rake rubyPackages_3_2.sqlite3 rubyPackages_3_2.thor sqlite graphicsmagick unzip xz zip openssl #texlive-combined-full nixFlakes validatePkgConfig nix-output-monitor nix-tree jq git #starship ]; shellHook = '' #if [[ -e ".envrc" ]]; then # source .envrc #fi #eval "$(starship init bash)" ''; }