{ pkgs, ... }: pkgs.clerie-build-support.writePythonScript { name = "git-show-link"; text = builtins.readFile ./git-show-link.py; }