block auto
  string fetchgh
    name fetch github
    desc Fetch a GitHub repository
    snip
      pkgs.fetchFromGitHub {
        owner = "$1";
        repo = "$2";
        rev = "";
        sha256 = "";
      }$0