#!/usr/bin/env -S nix-shell --impure #!nix-shell -i bash {pkgs ? import {}}: with pkgs; mkShell { buildInputs = [ ruby_3_1 rubyPackages_3_1.rake rubyPackages_3_1.sqlite3 rubyPackages_3_1.thor sqlite graphicsmagick unzip xz zip openssl #texlive-combined-full nixFlakes validatePkgConfig nix-output-monitor nix-tree jq git #starship ]; shellHook = '' ''; }