{ pkgs, ... }: pkgs.writeShellApplication { name = "git-checkout-github-pr"; text = builtins.readFile ./git-checkout-github-pr.sh; runtimeInputs = with pkgs; [ git ]; }