python3Packages.copier: add a working update script (#416394)

This commit is contained in:
Aleksana
2025-06-13 22:48:05 +08:00
committed by GitHub
@@ -12,6 +12,7 @@
lib,
mkdocs-material,
mkdocs-mermaid2-plugin,
nix-update-script,
mkdocstrings,
packaging,
pathspec,
@@ -71,6 +72,8 @@ buildPythonPackage rec {
makeWrapperArgs = [ "--suffix PATH : ${lib.makeBinPath [ git ]}" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Library and command-line utility for rendering projects templates";
homepage = "https://copier.readthedocs.io";