4A2DSMIMTZQWWZU76RCPYE2HYIGDBHQNZPRSJMQ4Y6T3CTFUZTEQC if type nix >/dev/null; then# Hack around missing mainProgram attribute in pygments# TODO: use nixpkgs_flakeref when this fix is mergedCOLORTERM="" TERM="" nix run github:sfrijters/nixpkgs/pygments-mainprogram#python3Packages.pygments -- "$@"elif type pygmentize >/dev/null; thenCOLORTERM="" TERM="" pygmentize "$@"elseecho "pygmentize command not found"return 1fi
# Hack around missing mainProgram attribute in pygments# TODO: use nixpkgs_flakeref when this fix is mergedCOLORTERM="" TERM="" nix run github:sfrijters/nixpkgs/pygments-mainprogram#python3Packages.pygments -- "$@"
if type nix > /dev/null; then# Hack around missing imagemagick# TODO: use nixpkgs_flakeref when this fix is mergednix run github:sfrijters/nixpkgs/tiv-add-wrapper#tiv -- "$@"elif type tiv >/dev/null; thentiv "$@"elseecho "tiv command not found"return 1fi
# Hack around missing imagemagick# TODO: use nixpkgs_flakeref when this fix is mergednix run github:sfrijters/nixpkgs/tiv-add-wrapper#tiv -- "$@"